Hi, The URL won't change in MMC. I think this is hard coded somewhere. Anyway, your changes should work. Also, don't forget to edit htdocs \index.html to reflect your changes.
On Aug 19, 2:46 am, Abhishek Chaudhari <ac.open....@gmail.com> wrote: > 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