升级到 subclipse 1.8 后,eclipse 3.7.1 无法识别版本文件
我卸载了 subclipse 1.6.x 版本,然后安装了 subclipse 1.8.x,但是,项目中的文件未被识别为处于版本控制之下(因为文件上的“团队”菜单显示启用了“添加到版本控制”。 ..”菜单项。
我也安装了 TortoiseSVN 1.7.3 客户端,并且已经将整个本地副本“升级”为新格式。
有什么想法如何让它在 eclipse 中工作吗?
TIA
I uninstalled the subclipse 1.6.x version and then installed the subclipse 1.8.x, however, the files in the project are not recognized as being under version control (since the "Team" menu on files shows enabled the "Add to version control..." menu item.
I've installed too the TortoiseSVN 1.7.3 client and already "Upgraded" the whole local copy to the new format.
Any ideas how to make it work inside eclipse?
TIA
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查点:subclipse 1.8.x 是否与 SVN 1.7 兼容,而 subclipse 1.6.x 是否与 SVN 1.6 兼容?
如果是,您必须升级您的工作副本到 1.7 格式 (WC-NG),也许使用 CLI 客户端更好
Checkpoint: does subclipse 1.8.x compatible with SVN 1.7, while subclipse 1.6.x was with SVN 1.6?
If yes, you must to upgrade you working copy to 1.7 format (WC-NG), maybe better to do it with CLI-client
如果您一直在没有 Subclipse 的情况下工作(例如使用 TortoiseSVN 或其他客户端),然后安装它,并且想知道为什么它无法识别您的项目位于 SVN 中,您将必须转到 Team >共享项目。然后 Subclipse 会看到它在 SVN 中,然后开始工作。
If you have been working without Subclipse (e.g. using TortoiseSVN or some other client), and then install it, and are wondering why it doesn't recognize that your project is in SVN, you will have to go to
Team > Share Project
. Subclipse will then see that it's in SVN and then start working.