Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
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