So the sequence is then... Before: cvs status Makefile ================================================================ File: Makefile Status: Up-to-date
Working revision: 1.2.4.12 Repository revision: 1.2.4.12 /cvspath/Makefile,v Sticky Tag: b_branch (branch: 1.2.4) Sticky Date: (none) Sticky Options: -kb Then: > cvs admin -kkv Makefile > cvs up -A -r b_branch Makefile After: cvs status Makefile ================================================================ File: Makefile Status: Up-to-date Working revision: 1.2.4.12 Repository revision: 1.2.4.12 /cvspath/Makefile,v Sticky Tag: b_branch (branch: 1.2.4) Sticky Date: (none) Sticky Options: (none) Correct? >-----Original Message----- >From: Mark E. Hamilton [mailto:[EMAIL PROTECTED] >Sent: Thursday, April 14, 2005 1:32 PM >To: Fouts Christopher (IFNA MP DC) >Cc: [email protected] >Subject: Re: Clearing the stick option??? > > >Chris, > >[EMAIL PROTECTED] wrote: >> Thanks for the quick reply. To ensure that I understand, and not do >> anything undesirable, I have the following. >> >> cvs status Makefile >> =================================================================== >> File: Makefile Status: Up-to-date >> >> Working revision: 1.2.4.12 >> Repository revision: 1.2.4.12 /cvspath/Makefile,v >> Sticky Tag: b_branch (branch: 1.2.4) >> Sticky Date: (none) >> Sticky Options: -kb >> >> I want to clear the sticky option but not the sticky tag. >Will command >> you provided not affect the sticy tag? > >Yes, it will clear the sticky tag. However, you can do > >cvs update -A -r b_branch Makefile > >-- >---------------- >Mark E. Hamilton >Orion International Technologies, Inc. >Sandia National Laboratory, NM. >844-7666 > _______________________________________________ Info-cvs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-cvs
