You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by bd...@micron.com on 2006/03/15 19:46:44 UTC

Access file picking up w anywhere after the = line

I'd like to see whether this is considered a bug or not.

Example access file:

# my project access control
[myproj:/mydirectory]
sally = rw
harry = r   # don't let harry write to this directory

Using the Apache module for access, and a svn (ver 1.2.3) client one is
able to write (commit changes) to the directory mydirectory as the user
harry.  It turns out that if the "w" from the comment, is removed as "#
don't let harry rite to this directory", then harry only has read access
as expected.

Shouldn't the rest of the line be ignored after the # sign?

Thanks,
Brian

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org