你如何在eclipse中向svn添加项目?

时间:2023-01-13 22:05:54

I managed to download the svn plugin for eclipse helios. I then managed to add a new repository to the drive of my choice. However i cannot see how i know add projects i have already created? Can someone tell me how i go about doing this please.

我设法下载了eclipse helios的svn插件。然后,我设法将新的存储库添加到我选择的驱动器中。但是我看不出我怎么知道添加我已创建的项目?有人可以告诉我,我该怎么做。

Thanks

4 个解决方案

#1


69  

Something like:

  • Right-click on your project.
  • 右键单击您的项目。

  • Select Team -> Share Project.
  • 选择团队 - >共享项目。

  • The Wizard will guide you through to make an Initial Import.
  • 向导将指导您进行初始导入。

  • The Initial Import wont actually put any code into the repository, just the project details. So you then need to do:
  • 初始导入实际上不会将任何代码放入存储库,只是项目详细信息。所以你需要这样做:

  • Right-Click Team -> Commit, and the same for all future commits.
  • 右键单击团队 - >提交,以及所有未来提交的相同内容。

#2


3  

You could also do File -> Import -> SVN -> Checkout projects from SVN...

您也可以从SVN执行文件 - >导入 - > SVN - >结帐项目...

#3


0  

Right click the project root, and choose Team | Share project... ?

右键单击项目根目录,然后选择Team |分享项目......?

#4


0  

Install Tortoise svn, right click on the folder that you want to commit, select svn commit, add the files that you want to commit.

安装Tortoise svn,右键单击要提交的文件夹,选择svn commit,添加要提交的文件。

P.S. Before committing just check using repo browser if you are committing to right svn location.

附:在提交之前,如果您要提交到正确的svn位置,请使用repo浏览器进行检查。

#1


69  

Something like:

  • Right-click on your project.
  • 右键单击您的项目。

  • Select Team -> Share Project.
  • 选择团队 - >共享项目。

  • The Wizard will guide you through to make an Initial Import.
  • 向导将指导您进行初始导入。

  • The Initial Import wont actually put any code into the repository, just the project details. So you then need to do:
  • 初始导入实际上不会将任何代码放入存储库,只是项目详细信息。所以你需要这样做:

  • Right-Click Team -> Commit, and the same for all future commits.
  • 右键单击团队 - >提交,以及所有未来提交的相同内容。

#2


3  

You could also do File -> Import -> SVN -> Checkout projects from SVN...

您也可以从SVN执行文件 - >导入 - > SVN - >结帐项目...

#3


0  

Right click the project root, and choose Team | Share project... ?

右键单击项目根目录,然后选择Team |分享项目......?

#4


0  

Install Tortoise svn, right click on the folder that you want to commit, select svn commit, add the files that you want to commit.

安装Tortoise svn,右键单击要提交的文件夹,选择svn commit,添加要提交的文件。

P.S. Before committing just check using repo browser if you are committing to right svn location.

附:在提交之前,如果您要提交到正确的svn位置,请使用repo浏览器进行检查。