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

Cannot use access remote

From: Kurt <kurt_at_ache.dk>
Date: 2007-10-17 17:37:24 CEST

Hi

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":

nc localhost 3690
( success ( 1 2 ( ANONYMOUS ) ( edit-pipeline svndiff1 absent-entries ) ) )

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?

Thanks!

Kurt

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 17 17:37: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.