vote up 0 vote down star

I have a file in cvs that has Sticky Options set to -kk. This replaces all cvs keywords with just the keyword name to facilitate diffs. For example, $Author: Alex B$ becomes $Author$.

How do I disable the -kk behavior and get back to "normal" cvs where keywords are substituted in? I've tried rm'ing the file and updating, I've tried cvs update -A and neither changes the flag.

flag

79% accept rate

1 Answer

vote up 1 vote down check
cvs update -kkv <filename>

will reset the sticky options to keyword and value

Edit: Corrected checkout to update, thanks to Alex B for the correction.

link|flag
Hi Ken, checkout works on modules, not files - but your answer helped me solve my problem. If you edit your answer (checkout -> update), I'll accept it and delete my answer. – Alex B Nov 20 '08 at 20:21

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.