RE: CVS troubles

2004-01-18 Thread Tamilmani, Arvindh Rajesh (Cognizant)
 do
  $ cvs update -A classes/timer.pmc
 to remove the sticky tag and try committing again.

Ah, yes thanks, that worked.

If you wish to get a particular revision/branch of a file,
but don't want the sticky tag to be set, you may use this command:

$ cvs update -r tag -p file file

This way, Working revision and Sticky Tag will remain unchanged.

arvindh
This e-mail and any files transmitted with it are for the sole use of the intended 
recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply e-mail and 
destroy all copies of the original message. 
Any unauthorised review, use, disclosure, dissemination, forwarding, printing or 
copying of this email or any action taken in reliance on this e-mail is strictly 
prohibited and may be unlawful.

Visit us at http://www.cognizant.com


RE: CVS troubles (was: IMCC v1 call for bug list and feature freeze)

2004-01-17 Thread Tamilmani, Arvindh Rajesh (Cognizant)
cvs server: sticky tag `HEAD' for file `classes/timer.pmc' is 
not a branch

do
$ cvs update -A classes/timer.pmc
to remove the sticky tag and try committing again.

The sticky tag gets set when cvs checkout/update is done with 
the -r option.

leo

HTH,
arvindh.
This e-mail and any files transmitted with it are for the sole use of the intended 
recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply e-mail and 
destroy all copies of the original message. 
Any unauthorised review, use, disclosure, dissemination, forwarding, printing or 
copying of this email or any action taken in reliance on this e-mail is strictly 
prohibited and may be unlawful.

Visit us at http://www.cognizant.com


Re: CVS troubles

2004-01-17 Thread Leopold Toetsch
Arvindh Rajesh Tamilmani [EMAIL PROTECTED] wrote:

 do
   $ cvs update -A classes/timer.pmc
 to remove the sticky tag and try committing again.

Ah, yes thanks, that worked.

 HTH,
 arvindh.

leo