You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Rob Jefferson <te...@gmail.com> on 2006/02/07 15:37:40 UTC

problems with spaces in svn acl file?

Currently, I'm running svn 1.2.3 as a client, and 1.2.1 with Apache
2.0.53 on the server side.  I have an ACL file that contains:

[foo:/]
* = r
rob = rw
[foo:/test\ directory]
* = r
tim = rw

In the above, "test directory" has an escaped space.

Without that space, everything works fine.  Rob can commit changes made in /,
Tim can make and commit changes in test, and neither person can
readily commit changes where they don't have explicit rights.  With
the space, escaped or otherwise, I'm finding that Tim can't commit
changes made in "test directory".

Is this a bug?  A feature?  Am I incorrectly interpreting something? 
I've searched around the archives and Google, to no avail.

Thanks,

Rob

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