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

RE: SVN Authentication fail

From: Giulio Troccoli <Giulio.Troccoli_at_uk.linedata.com>
Date: Fri, 14 May 2010 09:10:39 +0100

> authz was modified to create a group including <username> and
> the following line was added, as well:
>
> [repository: /svn]
>
> @<groupdefined earlier> = rw
>

I don't use svnserve but Apache instead. However, I believe the authorizations files have the same format (if that's not the case, please ignore the rest of the message).

That [repository: /svn] looks wrong to me. Since you have started svnserve with the path to the repository I believe that that line should just be [/], because the daemon knows already where the repository is.

[groups]
devel = user1, user2

[/]
@devel = rw

Could you post the entire authz file?

Giulio

Linedata Services (UK) Ltd
Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB
Registered in England and Wales No 3027851 VAT Reg No 778499447
Received on 2010-05-14 10:11:18 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.