Switch from subversive to subclipse

653 views
Skip to first unread message

David Balažic

unread,
Oct 21, 2016, 11:13:16 AM10/21/16
to Subclipse
Hi!

I uninstalled subversive from Eclipse Neon.1 and installed Subclipse 4.2.0.
Now, the existing versioned projects are not recognized as such.

Can that be fixed without re-checking out?

Regards,
David

David Balažic

unread,
Oct 21, 2016, 11:22:40 AM10/21/16
to Subclipse
Apparently I solved it.

First I did as described in [1]:

Atomic but Quick Way
  1. Uninstall Subversive
  2. Install Subclipse
  3. Quit eclipse
  4. Go to your workspace folder and run:
    find .metadata/.plugins/org.eclipse.core.resources/.projects -name 'properties.index' -delete
  5. Restart eclipse


It did not help (no changes).


Then I did : eclipse -clean


And finally (this is what probably made the difference) as in [2] :

...

4) Connect projects using Team > Share Project. It should recognize it is
a SVN working copy and just "connect" it.


Regards,

David



[1] http://mschrag.blogspot.si/2010/11/switching-from-subversive-back-to.html

[2] https://svn.haxx.se/subusers/archive-2014-03/0001.shtml

Mark Phippard

unread,
Oct 21, 2016, 12:19:57 PM10/21/16
to David Balažic, Subclipse
The best way to do this is to do this:

1. Team > Disconnect on all projects
2. Uninstall Subversive
3. Install Subclipse
4. Team > Share all projects

If you do not do step 1, then you have those issues with Eclipse internals you had to deal with because the Eclipse project system still has it linked to a now non-existent plugin.

Mark

--
You received this message because you are subscribed to the Google Groups "Subclipse" group.
To unsubscribe from this group and stop receiving emails from it, send an email to subclipse+unsubscribe@googlegroups.com.
To post to this group, send email to subc...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/subclipse/9dd98f03-df09-4aff-8878-a27d04e2098c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--

Marcin Skórzewski

unread,
Jan 11, 2017, 4:52:02 AM1/11/17
to Subclipse
I had the same issue. For one project Team/Share... helped for other "Share" was not present in Team menu. Following command helped:

find .metadata/.plugins/org.eclipse.core.resources/.projects -name 'properties.index' -delete


Thank you!
Reply all
Reply to author
Forward
0 new messages