* I've tagged cvs with STRUTS_1_2_2 (from the wiki, or should
    that have been 1_1_2?)
    Either way, I've found a few items I want to update, can I remove
    or move the tag?  Or just retag?

You can do both. You can move a tag with:

this will apply the tag to the versions you have currently checked out from CVS (presumably CVS HEAD)
cvs tag -F STRUTS_1_2_2


this will remove the tag
cvs tag -d STRUTS_1_2_2

this will apply the tag to CVS HEAD without any question
cvs rtag -d $APACHE_CVSROOT -F STRUTS_1_2_2 jakarta-struts
(you have to specify the CVSROOT in this case because rtag is not relative to any local sandbox)


For the cvs tag commands, you can specify certain files or, by default, apply the command to all files in the current directory and subdirectories.

Hope this helps.  Thanks for taking the baton!

Joe

--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "In fact, when I die, if I don't hear 'A Love Supreme,' I'll turn back; I'll know I'm in the wrong place."
- Carlos Santana

Reply via email to