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

Bug in parsing of svnaccess file?

From: Gino Marckx <gino.marckx_at_xodiac.be>
Date: 2005-06-08 16:16:54 CEST

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...

Regards,
Gino.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 8 16:18:28 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.