Search code examples
eclipsesvntortoisesvnsubversive

How to use TortoiseSVN and Subversive Eclipse plugin with same files in filesystem?


I followed this asked question in order to integrate both, TortoiseSVN and Subversive Eclipse plugin. So i´ve tried this two paths.

  1. Check out my SVN Project with Tortoise SVN
  2. Import with Eclipse IDE File -> Import -> Existing Porjects into Workspace.
  3. Open Eclipse perspective SVN Repository Exploring and added my SVN repository.

But I don´t know how to have the subversive options when I right click on my Java Project in Project Explorer. They aren´t binded.

The other path.

  1. Import with Eclipse IDE File -> Import -> SVN -> Project from SVN

This is O.K and I can make commit and update to my project but the project folder it´s not administrable with Tortoise SVN.

I missed some step. Please help!


Solution

  • If you import projects that are under control of a source control system using "File -> Import -> Existing Porjects into Workspace", you can hookup Eclipse source control integration by right-clicking on the project and using the "Team -> Share" menu. Find SVN under there and go from there.