I've got a working copy checked out with svn; furthermore, I've created a new project in Eclipse that has the root of the working copy as the project's location. I want to be able to do stuff like compare versions from Eclipse. I have Subclipse 1.4.8, but that doesn't seem to give me what I want. Am I doing something wrong?
|
i have an svn working copy that also is a project in eclipse. after installing the subclipse plugin i had the same problem, the working copy was not recognized as such. i just managed by chance to get it recognized as an svn working copy by renaming the project in question and then renaming it back to its old name. not very nice, but it did the trick :-) |
|||||||||||||
|
|
There is an option when creating a new project, to use an existing source directory: New project/ new Java Project / Create project from existing source. Use that, tell it where your source lives, and it should automatically detect if it's a SVN working copy. |
|||||||||||||||
|
|
I guess this is not possible with Subclipse as it's given in its documentation that, you can only import an existing svn-managed folder under one condition, according to the doc:
So, if you have a working copy that is not a complete eclipse project, Subclipse will not connect it to SVN. |
|||
|
|
In my case, I couldn't use an existing copy because I checked out the code using a newer version of Subversion on the command-line and Subclipse 1.4 couldn't recognize it. Upgrading and going through the improved "Share Project" menu resolved the problem. I got this tip from the forums here: http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2380064 |
|||
|
|
|
One step that seemed to work for me, that no one has explicitly mentioned yet: I closed and then re-opened the project. I tried the "rename" trick, above, and that didn't work, but perhaps the poster of that answer also closed the project - they didn't detail exactly what steps they went thru to rename it. (I found you don't have to close the project to rename it, but perhaps they did.) < /rob> |
|||||
|
|
I am answering this after a long time of the question being asked. I ended up here because I was facing the same problem. My solution was to create an empty .svn folder at the root folder of the project (in the latest version of svn client tortoise all meta-data is at the root folder). Then did an eclipse refresh and voila it did the trick. I am running subclipse core - 1.8.4. |
|||
|
|
|
I had the same issue and here are the details of the fix. My Eclipse is "Helios Service Release 1". I had an SVN checkout on my filesystem, I went to The project came up with no disk icon on it. As per few forum posts, right-clicked on the project, went to I said Then, right clicked on the project, said |
|||
|
|
|
Add the repository to your list of repositories in subclipse by choosing Window->Show View->Other... and choose SVN->SVN Repositories. Put in all the necessary info to connect to the repository. Next, right click the repository and choose "checkout". If the project doesn't already have an eclipse .project file, you can create a new project from the source. If it already has a .project file, it will import that .project and use that as your eclipse project locally. |
|||||
|
|
It will definitively not work if you use a different version of svn to checkout, that the one that is supported by Eclipse. I had this problem as I used svn 1.6 to checkout but I had an older eclipse version that had only 1.5. Subclipse has its own build-in svn client (Actually, in two flavors if I am not mistaken). Check that the subclipse version matches the svn client that you used to checkout. You can check the plugin version number for subclipse (Help -> About -> Click on subversion logo) and match it against svn --version |
|||
|
|
|
You can right click on the root node of your project and select: Team / Share project Then you choose SVN, let the default settings and it should work fine! |
|||
|
|
protected by Gilbert Le Blanc May 14 at 9:08
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.