[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: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-08-30 20:57:08 CEST

On Aug 30, 2006, at 20:12, Jim Weir wrote:

>> Try this in svnserve.conf:
>>
>> [general]
>> anon-access = none
>> auth-access = write
>> password-db = passwd
>> realm = studio
>>
>> Added [general] and uncommented anon-access.
>
> ...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

You do not need to add a Linux user/group; Subversion makes no use of
it. Just write the usernames and passwords you want to use into the
Subversion password file; that's all.

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