Re: Freezing CVS tags

2001-10-12 Thread terryh
Hi, Thanks for all the suggestions! Since I do not want the users to touch an existing tag at all, I will add code in tagrules.sh to reject any tagging request (tag, delete, etc) that involves an existing tag. My version or David's tagrules.sh will be: tag=$1 [tag] op=$2

Re: Freezing CVS tags

2001-10-12 Thread David Everly
I'm thinking that what I do works to not allow tag changes: First, I define a 'cvsadmin' group. Second, I place this line in $CVSROOT/CVSROOT/taginfo: ALL $CVSROOT/CVSROOT/tagrules.sh Third, I place tagrules.sh in my $CVSROOT/CVSROOT/checkoutlist Fourth, my tagrules.sh looks like this: #!/bin

RE: Freezing CVS tags

2001-10-12 Thread Jerry Nairn
> [EMAIL PROTECTED] writes: > >Is there a way to freeze the CVS tag? After we create a > CVS tag, we would > > like to freeze it so that no one can change it and causes > problem, is this > > possible? You need to use a command in the CVSROOT/taginfo administrative file which will exit with

Re: Freezing CVS tags

2001-10-12 Thread Larry Jones
[EMAIL PROTECTED] writes: > >Is there a way to freeze the CVS tag? After we create a CVS tag, we would > like to freeze it so that no one can change it and causes problem, is this > possible? No, but note that CVS won't move an existing tag unless you force it to by using the -F flag -- simp

Freezing CVS tags

2001-10-12 Thread terryh
Hi, Is there a way to freeze the CVS tag? After we create a CVS tag, we would like to freeze it so that no one can change it and causes problem, is this possible? Thanks in advance! -- Terry Hung ___ Info-cvs mailing list [EMAIL PROTECTED] ht