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:
- Can I somehow keep the Subversive client and upgrade to the latest version of Eclipse (e.g. 2021-09)?
- If the answer to the previous question is "NO" (and I feel that it is), what is the best SVN client for the Eclipse for now?
- I suppose that the answer to the previous question would be "Subclipse". In that case, do I have an option to upgrade (including uncommitted files!) from Subversive to Subclipse.
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