删除之前创建的 CVS 标记
请让我知道如何删除已经从 Eclipse 创建的 CVS 标记。
如果标签被删除,是否可以创建同名的新标签?
Please let me know how to delete a CVS tag which was already created from eclipse.
If the tag is removed, can a new tag be created with same name?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我认为 Eclipse 没有办法...您必须转到命令行并运行:
或者如果标记的文件不再位于您的系统上:
I don't think there's a way from Eclipse...you'll have to go to the command line and run:
or if the tagged files are no longer on your system:
如果您的目标是用新代码替换已标记的代码,您可以简单地使用与现有标记相同的标记名称来标记当前代码,但请务必选中“如果已存在则移动标记”选项。
If your aim is to replace the tagged code with the new one, you can simply tag the current code with the same tag name of the existing tag, but be sure to check the option "move tag if already exists".
您可以删除标签并创建一个同名的新标签。
您甚至可以提交到您的标签中(您不应该这样做)。
我不知道如何用 eclipse 做到这一点,我总是使用 Tortoise 客户端。
You can delete your tag and create a new one with the same name.
You can even commit into your tag (you should not do that).
I dont know how to do this with eclipse, I used always Tortoise client.
所以您实际上可以从 Eclipse 中执行此操作。您可以通过多种方式实现它,我见过的两个地方是:
中间有一个名为“这些项目的记住标签”的部分,旁边是“删除”按钮,在选择相关标签后可以单击该按钮。
So you actually can do this from Eclipse. You can hit it from a number of ways, 2 places I've seen it are:
From there there's a section in the middle called remembered tags for these projects and next to that is the Remove button that can be clicked after you select the tag in question.