301 Moved Permanently
From: Matt Duffy <Matt_Duffy_at_kessler.com>
Date: 2006-09-16 01:00:34 CEST
Hello,
For various reasons, my httpd.conf entry of svn looks (in part) like this:
<Location />
Basically every svn operation seemed to work fine except for creating branches. This is where I would get the 301 error. The FAQ.html didn't really help me understand the problem, but just monkeying around with it, I got it to work by adding the below directive just before the Location:
Alias / /Volumes/Vsites/SVNRepository
Everything works now for me. I'll be the first to admin that its probably not a real solid solution, but at least its allowing development work to continue...
Hope this helps somebody else. I spent WAY too much time on this issue. I still love using svn though.
Cheers,
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.