info-cvs
[Top][All Lists]
Advanced

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

Removing a tag from a deleted file


From: Daniel Watt
Subject: Removing a tag from a deleted file
Date: Wed, 7 Dec 2005 15:39:31 -0600

Hi all,

I have a question about using rtag -a, or some other method to remove a tag from a deleted file.

For the project I am working on, our promotion process goes something like this:

PROD_VERSION_OLD is the tag on every version that makes it to production. When we do a build, have a tag that contains only updated files, which gets merged with the previous production version. The new tag is PROD_VERSION_NEW (NEW = OLD +1). This is accomplished by doing the following:

1) cvs rtag -r UPDATED_TAG PROD_VERSION_NEW OUR_REPO
2) cvs rtag -r PROD_VERSION_OLD PROD_VERSION_NEW OUR_REPO

If there was a deleted file, the second command keeps putting the new tag on the deleted file. I am looking for a way to stop propagating tags on deleted files.

Any suggestions would be greatly appreciated!

Thanks!

Daniel Watt
address@hidden

reply via email to

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