Rename and re-configure the class in Eclipse and save the SVN history

When I rename a class to Eclipse (using Ctl-Shft-R in the class name), it will also rename the class file, which is useful. Unfortunately, with my Subclipse plugin for SVN, it fixes this as adding a new class file and deleting the old class file, and subsequent use of this new file history does not display the history of the original file.

This is a documented issue with Subclipse, and it will be fixed by LATER (which may never be). See: https://bugs.eclipse.org/bugs/show_bug.cgi?id=213991 .

I did a little song and danced with Tortoise SVN and Eclipse, but I don’t like to do it (although I like the tortoise).

How can I do this without using two applications? How can I do this with the least problems?

Hooray!

+4
source share
1 answer

AFAIK, Subversive does not have this problem. Install Subversive, not Subclipse.

+1
source

Source: https://habr.com/ru/post/1394497/


All Articles