svnperms.py: won't match something it should match!
From: Alexis Huxley <ahuxley_at_gmx.net>
Date: 2006-10-26 11:47:53 CEST
I've got a repository laid out like this:
foo/trunk/foo.c
etc. I'm using a one line pre-commit hook calling:
svnperms.py -r "$1" -t "$2"
and using svnperms.py's conf file to enforce that
[myrepo groups]
[myrepo]
There are no other regexps specified. But this does
Adding new-module
By changing the regexp to .* I have verified that
I cannot find any documentation for svnperms.py, but
- directories automatically get /-suffixed before
- all regexps are automatically surrounded by ^ and $
The regex does match the path as verified with:
perl -e '"new-module/" =~ m@^[^/]+/$@ && print "match\n";'
svnperms.py is the one available now at
Any help/advice appreciated! Thanks!
Alexis
---------------------------------------------------------------------
|
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.