You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Carlos Alberto Leme Galassi <ga...@cpqd.com.br> on 2006/11/07 19:37:08 UTC

Help with commit-access-control.pl

Hi,

I´ve configured the pre-commit hook to call the commit-access-control.pl to lock some elements for some person - while we don´t have a connection between SVN x RT. 
But specially in commit-access-control.cfg, I want to be certain of the parameters that it expect and match with the correct regexp. 
Or it locks everything, and I couldn´t add any file too or it let all elements free for modification. 

My .cfg file is:

[Everything read-only]
match   = .*
access  = read-only

[Project Test read-write for all - except tags]
match   = ^Test/(trunk|branches)/version-1.0
access  = read-write

[File xxx.txt ready-only for all]
match  = config/xxx.txt$
access = read-only

What´s wrong?

Can I have some points during the commit-access-control.pl execution to see the variables?

Thanks a lot

Carlos Galassi

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