On Jul 5, 2008, at 18:13, Jim Anderson wrote:
> I'm running Mac OS X. I've created a subversion user and created
> the repository under that userid. The subversion userid is
> otherwise not used.
>
> I started the server like this:
>
> svnserve -d -r /Users/subversion/repos
>
> But when I login as myself and try to create the project file I get
> an error:
>
> bash-3.2$ svn mkdir http://localhost/MyApp -m 'create project file'
> svn: OPTIONS request failed on '/'
> svn: OPTIONS of '/': could not connect to server (http://localhost)
> bash-3.2$
>
> (I also tried specifying the full path but got the same results.)
If you are using svnserve, then your repository URLs will begin with
svn:// not http:// . http:// URLs are only used if you are serving
your repositories using apache2.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-06 01:25:14 CEST