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)