Eclipse Subclipse not identifying resources under source control
I have used Subclipse, a Subversion plugin for Eclipse, in the past and it has always just worked on install but not now. I added it to my Eclipse Helios and it is not identifying any of my files that are under source control as such. It gives the message "Resource not managed" when I inspect a file I know is managed in the SVN Properties view.
I have verified that SVN is checked under Preferences > General > Appearance > Label Decorations and the settings under Preferences > Team > SVN look reasonable.
I am using Subclipse 1.6.13 and Eclipse 3.6.0.
Any Ideas?开发者_开发技巧
Two of my eclipse projects had some kind of problem, I deleted them from the package explorer (did not delete the project files just removed from package explorer) then imported them back in (File > import) and everything was fine. Nothing to do with helios.
There's some discussion here to the effect that it has to do with Eclipse + user permissions. I can't verify personally, as I haven't fiddled with Helios yet.
That in mind, my answer is: if you aren't using some vital feature of Helios, don't migrate from Galileo (or older) yet.
The quality of the SVN implementation - both Subclipse and Subversive leaves a lot to be desired - the latter being the lesser evil in my experience.
For me the only way to get a folder to be noticed (get the little ? icon) so that 'Add to version control' was working was to 'Right Click > Team > Disconnect' and then delete the .svn
folder in the repository, and re-setup SVN through eclipse ('Share project').
I had the same problem with the 'src' directory. solution:
- copy the src directory to some other place, ex: c:\temp.
- delete the src directory from eclipse project (via package or project expl.).
- open tortoise SVN (right click/repo browser).
- drag & drop (while pressing the Ctrl key) the src directory to the wanted directory in SVN.
- in eclipse do: team/synchronozied, then update.
精彩评论