Change rights of repository files when created it #11
Conversation
This comment has been minimized.
This comment has been minimized.
Hi, I'm from USVN team. You code seem valid perhaps we can made a pull request and include it into USVN distribution. What did you think about that? Have a nice ay |
Hi, Just a quick fix that I wanted to do before :) Thanks for your work ! |
noplay
added a commit
that referenced
this pull request
Dec 25, 2012
Change rights of repository files when created it
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
In fast-cgi environnement, PHP runs under a different user from aoache, and davsvn module run always under apache user, so davsvn module is not able to read/write repository by default.
This fix it by allowing current group to access to the repository files, and adding inheritance rights, to allow davsvn to write files with the fcgi user.
This allows the integration of USVN in Virtualmin.