Reputation: 333
I followed this asked question in order to integrate both, TortoiseSVN and Subversive Eclipse plugin. So i´ve tried this two paths.
File -> Import -> Existing Porjects into Workspace
.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.
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!
Upvotes: 2
Views: 10854
Reputation: 29139
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.
Upvotes: 1
Reputation: 4171
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.
Upvotes: 1