Subversion setup help
Posted by: rickindy
Posted on: 2006-07-25 03:53:00
I used the subversion robot to set up a subversion repository on a new subdomain. After waiting for several hours, I have tried to import fules into the new repository using both the "http" and "file" methods outlined in the Dreamhost subversion wiki.
I am doing this from the command line.
When I use the "http" method, I get the following error:
svn: PROPFIND request failed on '/rt3'
svn: PROPFIND of '/rt3': 301 Moved Permanently (http://subversion.myhost.com)
When I user the "file" method, I get the following error:
svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file:///home/dustbunn/subversion.dustbunny.com/rt3'
The "rt3" directory is in the proper place and has the proper permissions.
The project name is "RT3" and the id is "rt3".
I'm fairly sure I've just missed a step somewhere, but I can't find out which step I missed.
Any help would be greatly appreciated.
Thanks