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

Re: Bug in parsing of svnaccess file?

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-06-08 18:42:20 CEST

Gino Marckx wrote:
> Hi there,
>
> We are using Svn 1.2 with Apache 2.0.54 on Suse with directory based
> authorization and we found out the following.
> If we specify groups in our svnaccess-file using the following lines:
>
> [groups]
> test = a, b, c, \
> d, e, f, \
> g, h
>
> The users d and g are ignored, while e, f and h are treated as they
> should.
> We also tried the following:
>
> [groups]
> test = a, b, c \
> , d, e, f \
> , g, h
>
> With this approach, c and f are ignored while all the rest is treated
> perfectly.
> I searched the issue list, but didn't find anything reporting on the same
> problem... Should I log this as a bug? Apparently the parsing of the
> config file contains a little bug...

No bug, you are just misunderstanding the syntax of the file.
It is the same as the config file format, which is documented in
~/.subversion/README.txt

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 8 18:43:32 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.