在 Eclipse 中重命名和重构类,并保留 SVN 历史记录
当我在 Eclipse 中重命名一个类(在类名上使用 Ctl-Shft-R)时,它也会重命名该类文件,这很有帮助。不幸的是,使用我的 SVN Subclipse 插件,它会将其提交为新类文件的添加和旧类文件的删除,并且后续使用该新文件的历史记录将不会显示原始文件的历史记录。
这是 Subclipse 的一个已记录的问题,稍后会修复(意味着可能永远不会修复)。请参阅:https://bugs.eclipse.org/bugs/show_bug.cgi?id =213991。
我曾经用Tortoise SVN 和Eclipse 做过一些歌舞,但我不喜欢这样做(尽管我喜欢Tortoise)。
如何在不使用两个应用程序的情况下执行此操作?我怎样才能尽可能不麻烦地做到这一点?
干杯!
When I rename a class in Eclipse (using Ctl-Shft-R on the class name), it also renames the class file, which is helpful. Unfortunately, with my Subclipse plugin for SVN, it commits this as an add of the new class file and a remove of the old class file, and subsequent use of that new file's history will not show the history of the original file.
This is a documented problem with Subclipse, and it will be fixed LATER (meaning possibly never). See: https://bugs.eclipse.org/bugs/show_bug.cgi?id=213991 .
I used to do a little song and dance with Tortoise SVN and Eclipse, but I don't like doing it (even though I like Tortoise).
How can I do this without using two applications? How can I do this with as little fuss as possible?
Cheers!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
AFAIK,Subversive 不存在这个问题。安装 Subversive 而不是 Subclipse。
AFAIK, Subversive doesn't have this problem. Install Subversive rather than Subclipse.