I tried this but came up with nothing. I installed the SVN server using the Dreamhost system and said that everything was created successfully. But now when I try to import (note that I am replacing mysite.com with my actual site):
import statement MySource the svn http://svn.mysite.com/myproject -m "Initial import" - username paul
I get the error message: svn: E175002: cannot connect to the repository at the URL 'http://svn.mysite.com/myproject' svn: E175002: the server sent an unexpected return value (500 Internal Server Error) in response to the request OPTIONS for "http://svn.mysite.com/myproject"
What's wrong?
source share