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

Re: Cannot use access remote

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-10-17 22:13:23 CEST

On Oct 17, 2007, at 10:37, Kurt wrote:

> I've installed Subversion and installed it according to the manual --
> I think.
>
> I can
>
> svn checkout file:///usr/local/svn/lacandonga
>
> I cannot
>
> svn checkout svn://localhost/usr/local/lancandonga

What error message do you get?

I assume that's just an email typo and that you meant lacandonga and
not lancandonga?

> I use xinetd:
>
> user = plate
> server = /usr/bin/svnserve
> server_args = --inetd --root="/usr/local/svn/lacandonga"

[snip]

If you've told svnserve about your root (/usr/local/svn/lacandonga)
then you can't specify it again in your URL. So you need just:

svn checkout svn://localhost/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 17 23:12:57 2007

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.