tortoise svn giving me “Redirect cycle detected for URL 'domain/svn'”
I want to achieve a svn-root in /var/svn and repositories(projects) in there. I could get it to work in the browser ( http://domain/url gives me "Collection of repositories") but the TortoiseClient is giving me the error mentioned in the title. I set up a subversion on my ubuntu server by doing the following (shortened): mkdir /var/svn svnadmin create /var/svn/test and my dav_svn.conf looks the following: <Location /svn> DAV svn SVNParentPath /var/svn SVNListParentPath On </Location> I read about sym links possibly causing the problem, so I'll attach my 000-default site as well (it's the