How do you add a project to svn in eclipse?

后端 未结 4 1136
迷失自我
迷失自我 2020-12-29 20:45

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 hav

相关标签:
4条回答
  • 2020-12-29 21:03

    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.
    0 讨论(0)
  • 2020-12-29 21:04

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

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

    0 讨论(0)
  • 2020-12-29 21:09

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

    0 讨论(0)
  • 2020-12-29 21:17

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

    0 讨论(0)
提交回复
热议问题