将现有 SVN 项目导入 Eclipse
我在 C 盘上有一个文件夹,该文件夹已从 SVN 中签出。 在该文件夹的某个位置,我有一个 Eclipse 项目文件夹。 它已经在 SVN 存储库中。
我启动了 Eclipse,导入了该项目,但我不知道如何将它连接到 SVN。 当我在 CVS 存储库上工作时,当我尝试共享它时,Eclipse CVS 发现了它的设置。 我怎样才能用 Subversion 做到这一点?
I have a folder on the C drive which is already checked out from SVN. In somewhere in that folder, I have an Eclipse project folder. It is already in the SVN repository.
I started Eclipse, imported that project, but I am not sure how to connect it to SVN. When I was working on a CVS repository, Eclipse CVS discovered its setting when I tried to share it. How can I do this with Subversion?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这就是使用 Subclipse 完成的方法。 如果我没记错的话,Subversive 中的过程类似,因为它们都使用 Team API。
右键单击项目,选择团队 -> 共享项目...
然后选择SVN作为SCM提供者,然后按照向导完成。
根据这个安装指南,Subversion确实遵循相同的方法。 如果您尚未设置 Subversion 存储库,向导将提示您进行设置,如下面的屏幕截图所示。 这些设置与您通常用于连接 Subversion 的设置相同。
共享项目向导屏幕截图 http://wiki.webratio.com/images/0/ 01/SpecifyRepository.png
This is how it's done with Subclipse. If I remember correctly, the process is similar in Subversive because they both use the Team API.
Right-click on the project, select Team -> Share Project...
Then select SVN as the SCM provider, then follow the wizard to completion.
According to this installation guide, Subversion does follow the same approach. If you haven't already set up your Subversion repository, the Wizard will prompt you to do so as in the screenshot below. The settings are the same as you would ordinarily use to connect to Subversion.
Share project wizard screenshot http://wiki.webratio.com/images/0/01/SpecifyRepository.png
右键单击项目名称以显示上下文菜单。 选择团队-> 共享项目...
请参阅 Subversive 常见问题解答中的此处。
Right click on the project name to bring up the context menu. Select Team -> Share Project...
See here in the Subversive FAQ.