As you possibly know, the Subversive project is dead (and even doesn't work with Eclipse 2021-09; everything is installing w/o errors but has an issue with missed resources during the startup).
I have a bunch of legacies SVN-based projects and I indeed need that svn client (and preferably in the Eclipse). AFAIK the only option that I've for now is Subclipse. Please guide me if I'm wrong and exists better SVN clients.
So actually I've 3 questions here:
Regrading the latest part (Upgrade from Subversive -> Subclipse).
Usually, similar tasks are done as "Team, Share project" but that option was missed in my eclipse workspaces. I mean in the workspace I've 2 projects: the old one is Subversive based where in the Team submenu I've only "Apply patch" option and a new one checked out via Subclipse and "disconnected" that can be reconnected again as I mentioned earlier ("Team, Share project").
I even "svn upgrade" both projects with client 1.14.1, but the result it the same: I can reconnect the Subclipse project and can't do that for Subversive.
Any thoughts and answers are welcome!
Update #1
Unfortunately, Team popup menu doesn't have an option "Share project"
Update #2
Here is the solution subclipse not showing "share project" option on project context menu in eclipse
AFAIK, there should be no problems switching from Subversive to Subclipse. In previous versions it was even possible to use them side-by-side in a single workspace.
svn upgrade
your working copies. Subversive uses SVN 1.9, and Subclipse uses Subversion 1.14. There were no working copy format changes in these versions. You only need to run svn upgrade
if a working copy was created with Subversion 1.6 or an older client version.If you have some specific problems that need to be addressed, you should ask questions about them in separate posts on SO and provide information for further troubleshooting (screenshots, error messages, a reproduction script). Right now, your question is too vague.
Update #1
If a project is already versioned and you have a working copy with in on your computer, open the project in Project Explorer and select Team | Share Project. Select SVN and click Next. Subclipse automatically recognizes this project as versioned and you will see the following window. Click Finish and from now on all Subclipse features should work with it.