I can't work out how to make a tag the current tip (the tag is off on
a branch).

What I want to be able to do is

cvs whatever-is-necessary
mkdir /some/path/dir1
cd /some/path/dir1
cvs export mymodule
mkdir /some/path/dir2
cd /some/path/dir2
cvs export -r MYTAG mymodule

and get the same results in /some/path/dir1 and /some/path/dir2

But I can't work out how to do this. 

I don't want to merge some changes with the contents of the current
tip. I want to lose the current tip and go with the contents of the
branch.

I don't want to create any sticky tags.

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

Reply via email to