-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
warning message when browse repository with svnadmin #8
Comments
Hi, |
I use bindfs to mount reository fold for use of redmine, this is the file /etc/fstab: then load for redmine in docker-compoe file:
To make LDAP work, I pachted manually as: |
Triggered by GH-8 I discovered the following problem, already part of the intial version by elleflorio et al. * apache2 runs as user `apache` * svnserver runs as user `svn` * the CGI-BIN Environment for Php has a wrong HOME variable set - derived from s6-service . Apache runs now as user `svn`, group `svnusers`. User `apache` is no longer used. Thus the `chmod 777` calls are now longer required. Instead `chown svn:svnusers` is applied to the folders in `/data`.
Hi, Feel free to perform a test. |
Hi, |
message as following in top of broser:
(/usr/bin/svn error=svn: warning: W000013: Can't open file '/root/.subversion/servers': Permission denied
)
"/usr/bin/svn" ls --xml --non-interactive --trust-server-cert file:///data/repositories/doc/
what's the problem?
(I configured open ldap auth for svnadmin)
The text was updated successfully, but these errors were encountered: