在 Eclipse 中使用 Subversive 签出 SVN 项目
因此,我能够从 svn 中提取文件,但无法让 Eclipse 了解这些文件是 SVN 的一部分。
我的系统上也安装了 TortoiseSVN,我想知道这是否会导致问题?
基本问题,如何使用 Eclipse 和 Subversive 从 SVN 存储库中签出项目?
So I'm able to pull the files out of the svn but I'm unable to get Eclipse to understand these files are part of an SVN.
I have TortoiseSVN install on the system as well, and I'm wondering if that is causing an issue?
Base question, how can I using Eclipse and Subversive checkout a project from my SVN repo?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 subclipse。它非常好,您可以使用适当的更新站点直接从 eclipse 安装它。与颠覆性插件和 TortoiseSVN 相比,我更喜欢它。
Use subclipse. Its excellent and you can install it directly from eclipse using the appropriate update site. I prefer it to the subversive plugin and TortoiseSVN.
任一:文件>新的>项目>> SVN>来自 SVN 的项目
或者(我更喜欢这个):转到“SVN Repository Exploring”View >右键单击项目的文件夹(例如主干)>签出(或查找/签出为...)
Either: File > New > Project > SVN > Project from SVN
Or (I like this one better): Go to the "SVN Repository Exploring" View > right click on your project's folder (trunk, for example) > Check Out (or Find/Check Out As...)