Bob Proulx wrote:
> scott b wrote:
> > <Location /repos>
Oops. I see now that it is /repos and not /svn.
I hate it when I make simple string errors and then only catch it
after I have posted the note.
> > DAV svn
> > SVNPath /usr/local/svn
> > </Location>
>
> That would work with a URL like this:
>
> http://localhost:9099/svn
s/svn/repos/
I really meant to say:
http://localhost:9099/repos
> But you are using:
>
> http://localhost:9099/svn/repos
>
> So you probably want to change your configuration to be this:
>
> <Location /repos>
I meant /svn here:
<Location /svn>
DAV svn
SVNParentPath /usr/local/svn
</Location>
Then this should work.
http://localhost:9099/svn/repos
Bob
> DAV svn
> SVNParentPath /usr/local/svn
> </Location>
>
> That will allow you to have more than one repository below that
> location.
>
> > [root_at_boreas logs]# svn checkout http://localhost:9099//svn/repos project
>
> I don't think the "//" is causing problems but you really only wanted
> one "/" there. Instead of checkout try using 'list' to test the
> repository. It won't really do anything and is safer to run.
> Normally you would not be running as root unless you were using svn as
> root to help manage your system files.
>
> Bob
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 6 06:02:56 2005