将现有 SVN 项目导入 Eclipse

发布于 2024-08-01 19:57:26 字数 305 浏览 7 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

清眉祭 2024-08-08 19:57:26

这就是使用 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

筱果果 2024-08-08 19:57:26

右键单击项目名称以显示上下文菜单。 选择团队-> 共享项目...

请参阅 Subversive 常见问题解答中的此处

Right click on the project name to bring up the context menu. Select Team -> Share Project...

See here in the Subversive FAQ.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文