[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: newbie question

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Sat, 5 Jul 2008 18:24:48 -0500

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

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.