将文件从 Subversion 导入到现有项目中
我正在尝试使用 Subclipse 将文件从 SVN 存储库导入到现有的 Eclipse 项目中。不幸的是,我只能找到一种从存储库创建新项目的方法。我了解 Tortoise SVN,但是当版本控制导入 IDE 时,记住添加文件要容易得多。这可能吗?
I am trying to import files from a SVN repository into an existing Eclipse project using Subclipse. Unfortunately, I can only find a way to create a new project from a repository. I know about Tortoise SVN, but it is so much easier to remember to add files when version control is imported into the IDE. Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Eclipse似乎没有提供这个功能,但是你可以使用另一个svn客户端来实现这个效果,然后subversion会识别出这些文件处于版本控制之下。
您可能还想了解如何检查输出内容而不是文件夹本身。
Eclipse doesn't seem to offer this functionality, but you can use another svn client to achieve this effect and then subversion will recognise that these files are under version control.
You may also want to check out how to check out the contents rather than the folder itself.