Hi, I'm using VisualSVN Server 2.0.5. By default, VisualSVN Server, creates the server/repository url as: https://<server>/svn/<repository_name>. I wanted it in a format: https://<server>/repo/<repository_name>.
I tried searching for the option. Though the option for changing server name is there, the option for changing the string '/svn/' was not there. I changed the httpd.conf file to use '/repo/' instead of '/svn/'. Though the repository url got changed successfully as expected, the management console still shows the url in the form: https://<server>/svn/<repository_name>. Is there any other option to change this string? Or is it hardly bound to '/svn/' in Management Console? Is there any better/simpler option to do it? -Abhishek