Skip to content
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

Repository management #160

Open
pgymagie opened this issue May 12, 2020 · 0 comments
Open

Repository management #160

pgymagie opened this issue May 12, 2020 · 0 comments

Comments

@pgymagie
Copy link

I have add the code in svnadmin/data/config.ini file as follows:
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
<Location /svn>
DAV svn
SVNListParentPath on
SVNParentPath /data/www/svn
AuthType Basic
AuthName "Authorization SVN"
AuthUserFile /data/www/svn/passwd
AuthzSVNAccessFile /data/www/svn/authz
Require valid-user

<Location /my1>
DAV svn
SVNListParentPath on
SVNParentPath /data/www/svn/my1
AuthType Basic
AuthName "Authorization SVN"
AuthUserFile /data/www/svn/passwd
AuthzSVNAccessFile /data/www/svn/authz
Require valid-user

The svnadmin list shows:
QQ截图20200512145216
But when I create asscess path,svn client show you can't have rights to visit the path:
QQ截图20200512145606
Would you tell how to resovle this problem?Thank you for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant