Subversion in Apache
If you are using you own preconfigured Apache and you want to setup your svn repository you can proceed the following way.
In your httpd.conf file insert the following line
Then create the subversion.conf file
Troubleshooting
Error 175011 (Repository has been moved)
If you're having this problem connecting your SVN client to an HTTP-protocol SVN server (e.g. VisualSVN, CollabNet Server, ViewVC), and you're running your clients behind an authenticating transparent proxy (e.g. as on many corporate networks), make sure you have configured the "servers" file correctly for your client for the proxy authentication to succeed or to bypass the proxy!
We particularly encountered this when using an SvnKit client, as Hudson's Subversion plugin implementation. SvnKit does NOT obey the JVM args for "http.noProxyHosts". To exclude a site from being passed through the proxy it must be configured in the Subversion "servers" file instead under the "http-proxy-exceptions" option.
See section on Http proxy setup in: http://svnkit.com/kb/user-guide-config-settings.html