- To: slug <slug@xxxxxxxxxxx>
- Subject: [SLUG] CVS help
- From: Ken Foskey <foskey@xxxxxxxxxxxxxxxx>
- Date: Thu Oct 3 09:36:05 2002
I have managed to get myself in a nice mess due to branches and tags.
What I want to achieve is:
Move the tag for SRX643_OO to the current version on my directory, I do
this like this:
cvs tag -F SRX643_OO filename
I then want to ensure that I have a branch tag (ie not working on HEAD)
I think that I want this:
cvs tag -b SRX643_OO filename
Is this correct, is there a faster better way?
KenF