[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 19:55:58 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 or it let all elements free for modification. And I couldn´t add any file too.

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@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Tue Nov 7 19:56:16 2006

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.