| How to open SVN checked-out project in Eclipse? [message #648927] |
Sat, 15 January 2011 13:50  |
David M. Karr Messages: 329 Registered: July 2009 |
Senior Member |
|
|
I've used Subversive for quite a while to check out, edit, and work with projects stored in SVN.
I'm experimenting with checking out a project from SVN from the command line, and then importing that project into Eclipse, to hopefully end up with a similarly-configured project, as if I had checked out the project in Eclipse.
With the project checked out from Subversive, it's fully connected with SVN, so it can get SVN info and history on elements.
If I check out the project from the command line and then import "Existing Projects into Workspace", the project is imported without any knowledge or connection to SVN.
I don't think the "Share Project" function is what I need here, as that seems like it wants to check in these files to SVN, but that's not what I need.
What are some reasonable options to get this done?
|
|
|