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

Re: svn authentication

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-08-30 18:12:45 CEST

"Jim Weir" <javawaba@hotmail.com> wrote on 08/30/2006 11:46:49 AM:

> I can connect, import without a password no problem after install subv.
Now
> I want to secure svn access as described here,
>
> http://svnbook.red-bean.com/en/1.1/ch06s03.html#svn-ch-6-sect-3.2
>
> My problem is when I make the modification and try to connect from
Eclipse I
> get this error,
> Folder '' does not exist remotely.
>
> Here's my synserve.conf,
> #anon-access = read
> auth-access = write
> password-db = passwd
> realm = studio
>
> this is my passwd file,
> [users]
> root = mypassword
>
> (when I get this working I'd like to set it up other than root, but i'd
be
> happy with root for now)

Try this in svnserve.conf:

[general]
anon-access = none
auth-access = write
password-db = passwd
realm = studio

Added [general] and uncommented anon-access.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 30 18:36:28 2006

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.