Stephen Rasku wrote:
> 
> Palle Girgensohn wrote:
> >
> >$ cvs update -kk -jj1.13 file.c resolves this problem,
> >but -kk is sticky, which is not what I want.
> >
> 
> Why is this a problem?  You can always do "cvs update -A" after you
> have checked in your changes to get rid of the sticky tag.

Well, if I'm working on a branch, I must remember to "cvs
update -rBRANCH -A" or the file be updated to main trunk. Apart
from that, you're right, it is not a problem. I knew it was
simple... :)

Another way is to "cvs diff -kk -r1.13 -r1.14 | patch", I
guess. 

Thanks,
Palle

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to