info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cvs tag problem: how to lose the tip and go with the contents of a branc


From: Martin Ellison
Subject: cvs tag problem: how to lose the tip and go with the contents of a branch
Date: 16 Jan 2002 21:28:45 -0800

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?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]