We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here are my notes to add docs about setting up dev env with other branches:
The example focusses on checking out a specific PR for a change in the reva repo:
hub pr checkout 674
replace github.com/cs3org/reva => ../reva
the path "../reva" is the path to your reva checkout (this will replace the reva library "deep replace" as used by other deps like ocis-reva)
make clean build
bin/ocis server
curl -u einstein:relativity -X PROPFIND -k https://localhost:9200/remote.php/webdav/ | xmllint --format -
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
The getting started section on the docs should cover this concerns 👍 (https://owncloud.github.io/ocis/development/getting-started/)
No branches or pull requests
Here are my notes to add docs about setting up dev env with other branches:
The example focusses on checking out a specific PR for a change in the reva repo:
hub pr checkout 674
the path "../reva" is the path to your reva checkout
(this will replace the reva library "deep replace" as used by other deps like ocis-reva)
make clean build
(don't forget the clean)bin/ocis server
curl -u einstein:relativity -X PROPFIND -k https://localhost:9200/remote.php/webdav/ | xmllint --format -
The text was updated successfully, but these errors were encountered: