且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在eclipse中为svn添加项目?

更新时间:2023-08-24 16:31:34

如下:


  • 右键单击您的项目。

  • 选择团队 - >共享项目。

  • 向导将引导您完成初始导入。

  • 初始导入不会将任何代码放入存储库,只是项目详细信息。所以你需要做:

  • 右键单击Team - > Commit,对于将来的所有提交都是一样的。

  • 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.