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

Re: Blocking Tag change Hook

From: Ryan Schmidt <subversion-2006d_at_ryandesign.com>
Date: 2006-10-19 20:31:57 CEST

On Oct 19, 2006, at 12:13, emerson cargnin wrote:

> On 19/10/06, Ryan Schmidt wrote:
>
>> On Oct 19, 2006, at 10:16, emerson cargnin wrote:
>>
>> > Does anyone could show me a hook to block commit to a existing
>> tag???
>> > I researched a lot and the only thing i found was in here:
>> > http://svn.haxx.se/dev/archive-2003-11/0888.shtml
>> > which is a patch to commit-access.pl. but couldn't find it.
>>
>> There are several hook scripts that have been written for such a
>> purpose. Here's one I found in the archives which is in Perl and
>> written for Windows but perhaps portable to other platforms:
>>
>> http://svn.haxx.se/users/archive-2006-03/1491.shtml
>
> Does anyone know one in shell? Because I have a precommit hook already
> to verify checkstyle, and with this one in perl I couldn't mix...

Remember to use Reply To All to get your message to the mailing list.

You can certainly combine scripts written in different languages into
a single hook script. Often, you have a main hook script which simply
calls other scripts, which can be written in whatever language is
convenient.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 19 20:34:25 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.