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

Help with commit-access-control.pl

From: Carlos Alberto Leme Galassi <galassi_at_cpqd.com.br>
Date: 2006-11-07 20:37:08 CET

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
Received on Tue Nov 7 20:37:56 2006

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.