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

How to get adress of multi repository for tortoiseSVN client. #164

Open
bolidehi opened this issue Sep 8, 2020 · 0 comments
Open

How to get adress of multi repository for tortoiseSVN client. #164

bolidehi opened this issue Sep 8, 2020 · 0 comments

Comments

@bolidehi
Copy link

bolidehi commented Sep 8, 2020

when I update /opt/svnadmin/data/config.ini for multi repository as fellow:

[Repositories:svnclient]
SVNParentPath=/home/svn/repo19
SvnExecutable=/usr/bin/svn
SvnAdminExecutable=/usr/bin/svnadmin
Description=First location

[Repositories:svnclient:1]
SVNParentPath=/home/svn/repo20
SvnExecutable=/usr/bin/svn
SvnAdminExecutable=/usr/bin/svnadmin
Description=Second location

And my dav_svn.conf set as fellow:

$ sudo touch /etc/httpd/conf.d/subversion.conf
$ cat /etc/httpd/conf.d/subversion.conf
<Location /svn>
DAV svn
SVNParentPath /home/svn
AuthType Basic
AuthName "Subversion repos"
#AuthUserFile /opt/svnrepos/passwd_httpd
AuthzSVNAccessFile /opt/svnrepos/authz
Require valid-user

Please tell me url when I checkout repo20 or repo 19 by tortoiseSVN

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