[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: Jim Weir <javawaba_at_hotmail.com>
Date: 2006-08-30 20:12:11 CEST

>From: Mark Phippard <markp@softlanding.com>
>To: "Jim Weir" <javawaba@hotmail.com>
>CC: users@subversion.tigris.org
>Subject: Re: svn authentication
>Date: Wed, 30 Aug 2006 12:12:45 -0400
>
>"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
>

Perfect,

...now if I want to get rid of 'root' all I need to do is add a liniux
user/group and add it to the passwd file? Is that right?

[users]
svn = svnpassword

Thanks,
Jim

_________________________________________________________________
Windows Live Spaces is here! It’s easy to create your own personal Web site.
  http://spaces.live.com/signup.aspx

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 30 20:14:54 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.