Access repository in Subversion Edge using TortoiseSVN

tuccero9
tuccero9
Hello,  I have recently installed CollabNet Subversion Edge Version 5.2.0 on a linux server (RedHat 7.3) and in the admin console i set the authentication method to use the domain ldap server. The users will access the subversion server using the TortoiseSVN software that they will install in their pc. My question is how the users are going to access the repositories? For example to access the admin console i log in the url https://servername:4434/csvn So my question is what url should the users enter in order to access the repository?  Let me know if you need to provide any further info.  Best Regards, Stavros Tseriotis

Last updated

DougR
DougR
I would expect that is a question for CollabNet support, right?
tuccero9
tuccero9
well i saw that you have some posts regarding tortoiseSVN so i took my chances. thanks for the reply anyway
DougR
DougR
I'm not familiar with CollabNet's Subversion Edge product. However, if it's using Apache, could you share the Apache configuration of Subversion? That will answer the question.
tuccero9
tuccero9
It is using apache though it is part of the subversion package. apache is not installed separately. there is a conf file thought but i get an error while trying to upload it "you are not allowed to upload files with conf extension"
tuccero9
tuccero9
[ATTACH]n79872[/ATTACH]  i renamed it to csvn.txt in order to upload it
DougR
DougR
That's not the correct config file. It may be called "subversion.conf" or "svn.conf" or "scm.conf" or something like that and it will have a block like the following:   
<Location /svn>     DAV svn     SVNParentPath /opt/repo     SVNListParentPath On     AuthType Basic     AuthBasicProvider ldap     AuthName "SVN Repositories"     AuthLDAPURL "ldap://192.168.52.251/ou=people,dc=ds,dc=example,dc=com?uid"     Require valid-user     AuthzSVNAccessFile /opt/repo/ApacheAuthZ.conf   </Location>
 
  Your actual values will be different. Please do not share passwords or accounts.
tuccero9
tuccero9
ok i found the url that i was searching. thank you very much for your help!

1-8 of 8

Reply to this discussion

You cannot edit posts or make replies: You should be logged in before you can post.