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

Re: Help with commit-access-control.pl

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-11-07 20:00:34 CET

Carlos Alberto Leme Galassi wrote:
> 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?

You should ask on the right mailing list. That hook script is provided
by Subversion, so you should ask on their mailing list for help.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Tue Nov 7 20:01:20 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.