I tried googling this but I haven't come up with anything. I set up an SVN server using Dreamhost's system and it said everything was created successfully. But now when I try to import (note that I am replacing mysite.com with my actual site):
svn import MySource http://svn.mysite.com/myproject -m "Initial import" --username paul
I get an error: svn: E175002: Unable to connect to a repository at URL 'http://svn.mysite.com/myproject' svn: E175002: Server sent unexpected return value (500 Internal Server Error) in response to OPTIONS request for 'http://svn.mysite.com/myproject'
What is wrong?