[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: emerson cargnin <echofloripa.yell_at_gmail.com>
Date: 2006-10-20 00:03:03 CEST

I endup using this line:

$SVNLOOK changed -t $2 $1 | grep "^U\W*tags" && /bin/echo "Cannot
commit to tags" 1>&2 && exit 1

Not as flexibel as others, that allow some users to change the tag,
but it works and is easy to understand :P

On 19/10/06, Brad Bruce <NJBrad@verizon.net> wrote:
> 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.
> >
> > Thanks
> > Emerson
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> > For additional commands, e-mail: users-help@subversion.tigris.org
> >
> >
> What OS are you using. I have a program for Windows that does that.
>
> Brad Bruce
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 20 00:03:44 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.