[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: Bicking, David (HHoldings, IT) <David.Bicking_at_thehartford.com>
Date: 2007-10-17 19:50:52 CEST

> -----Original Message-----
> From: Kurt [mailto:kurt@ache.dk]

> 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
>
> I use xinetd:
>
> user = plate
> server = /usr/bin/svnserve
> server_args = --inetd --root="/usr/local/svn/lacandonga"
>
> It "works":
>

>
> I've configured /usr/local/svn/lacandonga/conf/svnserve.conf:
> [general]
> anon-access = none
> auth-access = write
> authz-db = authz
> password-db = passwd
> realm = Lacandonga project
>
> The authz file:
> [groups]
> [/usr/local/svn/lacandonga]
> plate = rw
> kurt = rw
>
>
> I don't know where to go from here.
>
> Can anyone give me a hint?
>

You might need to supply the message returned when you attempt the
svn:// lookup. You don't show the passwd file, so I can only assume
that you have it set up and you're getting a credentials prompt, filling
in the information, and being blocked. Is this the case?

One more thing, I notice your repository path is wrong in authz. The
root is the root of the contents of the repository, not the location of
the repository. Thus, the root of the repository is "[/]". This might
be your problem.

--
David
*************************************************************************
This communication, including attachments, is
for the exclusive use of addressee and may contain proprietary,
confidential and/or privileged information.  If you are not the intended
recipient, any use, copying, disclosure, dissemination or distribution is
strictly prohibited.  If you are not the intended recipient, please notify
the sender immediately by return e-mail, delete this communication and
destroy all copies.
*************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 17 19:51:20 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.