Remove Tag Tool(ver1.0.0)
Remove Tag Tool(For Eclipse 3.4.0)
When using CVS as a version control system, we maybe tag files or projects. If tagging file incorrectly incautiously, we cannot remove it via UI, because Eclipse doesn’t provide this action, and we have to use a CVS command line client to do it. So I wrote a plugin to implement it. Hope it useful to us.
HOW TO USE?
1.Select a file(or package), from context menu, you’ll see Team -> Remove Tag…
2.Click “Remove Tag”, it invokes a dialog.

3.In the dialog, enter a name, and click OK, then the input tag name will be removed.
The attached file RemoveTagPlugin_1.0.0.jar.zip is the plugin(including source code). Unzip and put it to folder <home>/plugins/, then it works.
Update Site URL: http://plugin.zijinshi.cn/rtp
(The End)
January 26th, 2010 at 11:24 PM
[...] A partir de là, pourquoi ne pas faire la même chose sous Eclipse ? Même si Eclipse ne propose pas de fonction pour copier un tag, il est facile de mettre un nouveau tag à une version récupérée à partir d’un autre tag (vous me suivez toujours ? ). Cepandant, pour d’obscures raisons de sécurité (cf. Bug 73032), Eclipse ne permet pas de supprimer un tag. Heureusement pour nous, Frank a créé un petit plugin pour Eclipse 3.4 qui permet de supprimer un tag CVS : Remove Tag Tool (nouveau lien). [...]