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

Re: svnserve setup not working

From: si <sshnug.si_at_gmail.com>
Date: Fri, 8 Aug 2008 12:05:56 +0930

Hi Bob,

The repository name looks incorrect, and group references are prefixed
with @, so instead of:

[repository:/prod]
IT = r
plib = rw
[repository:/dvlp]
IT = rw
plib = r

use:

[cw3:/prod]
@IT = r
@plib = rw
[cw3:/dvlp]
@IT = rw
@plib = r

I'd also recommend setting a default so that all repositories are
denied access to un-authenticated users:

[/]
* =

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-08 04:36:22 CEST

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.