Hello, I setup the basic Win32 CollabNet SVN Server 1.6.5-6 with all the default settings and Apache running on port 9999 . Also, I installed TortoiseSVN . Everything works fine with Tortoise and also with Eclipse as long as I use a FILE url such as: file:///C:/SVNRepository/ .
If I point Internet Exploder at http://localhost:9999 it gives me a http text message that says "It works!". When I try to connect with the url http://localhost:9999/svn the browser shows me the 4 root directories of C:\SVNRepository but they are not browseable directories. Pointing the browser to svn://localhost:9999/svn causes the browser to open Tortoise, which in turn locks up explorer.exe for 5 minutes until it times out.
What is wrong?
After deliberations, the answer turned out to be:
<Location /svn>
DAV svn
#SVNParentPath C:/NotUsed
SVNPath "C:/SVNRepository"
SVNListParentPath On
#Require valid-user
#AuthType Digest
AuthName "SVNRepository"
#AuthUserFile "C:/Subversion Server/httpd/conf/svnauthfile"
</Location>