[cvsnt] Re: Removing multiple tags at once?

Glen Starrett grstarrett at cox.net
Wed Aug 18 17:52:16 BST 2004


Thomas Keller wrote:

> Hey there!
> 
> Is there any possibility to remove multiple "normal" (not branch)
> tags at once? They became useless after I noticed that I don't need
> to set tags with CVSNT when I merged over code to another branch. Now
> they make the log look very cluttered...

I'm assuming you want to do multiple at once to avoid waiting after each 
command.  I don't know of a way to do multiple at once, but you can 
write a cmd script to do multiple in succession.  Example:

cvs -q tag -d mytag1
cvs -q tag -d mytag2
cvs -q tag -d mytag3
cvs -q tag -d mytag4
...

Then just let it run.

Regards,

-- 
Glen Starrett



More information about the cvsnt mailing list