Question

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!

Was it helpful?

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.

OTHER TIPS

The subversive Eclipse plugin is the Eclipse integration of a SVN client.

You thus don't need to checkout your project with tortoise SVN.

Instead, once you have installed subversive and an SVN connector, just create a new repository location in your svn repository view and checkout your project from there.

once the project is checked using subversive (and not tortoise) you will have all the subversive options.

Another way to do it, is to right click on the project / TEAM / connect project.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top