In the very big Java project I'm currently participating in, we use IBM Rational Synergy 7.1 as SCM. Now, a huge amount of rename and move refactorings are coming up due to changes in the architecture.
We would prefer to have Eclipse as the leading side in the refactoring, with (roughly) the following workflow:
If we just do the refactoring and sync, the old file will be marked as deleted and the new file will have version 1. This is obviously not desired.
Is there a way to achieve step 2 with the Synergy CLI considering the old version with the old name is the one that is currently on the server while the new version only exists in the work area for the time being? You may assume that I have all the necessary information about the old file in the database (instance, name, version etc) available, I reckon I have to gather that beforehand.
Thanks :)
We are going to use the Synergy CLI for this and have roughly this workflow:
ccm move
to move the files in synergyI ommited things like setting a task, those have to be done.