I just installed VisualSVNServer taking all the defaults (except choosing Windows Authentication).
Before I create my first repository, is there any way to simplify the Server URL? The current value reads as follows: https://mdwdata.CBMIWeb.local/svn/ Here is part of my httpd.conf file: <Location /svn/> DAV svn SVNListParentPath on SVNParentPath "C:/Repositories/" SVNIndexXSLT "/svnindex.xsl" AuthName "Subversion Repositories" AuthType Basic AuthBasicProvider visualsvn AuthzVisualSVNAccessFile "C:/Repositories/authz-windows" AuthnVisualSVNUPN Off require valid-user </Location>