Partial reintegration from a branch
 Posted: 22 Mar 2013, 15:41
Posted: 22 Mar 2013, 15:41I've heard FControl is about to be changed - that holds a potential for conflicts during merge in branches that also have changed that class.
How can I send my changes from a branch into trunk if I want to publish only a small part of what was made in a branch?
For instance, I've collected all thread-related routines in a new FThreads class, so FControl was changed and CardStorageReader was changed and a few calls in other clases have a different class whose static method they use.
My intention is to send those changes back to branch without transferring the changes to input classes - the ones I am trying to teach some patience.
What's the best way to do that?
My current plan is to get a working copy of trunk, make there the changes that I've invented working on a branch and commit. So that a branch will merge these changes with a few or without conflicts.
			How can I send my changes from a branch into trunk if I want to publish only a small part of what was made in a branch?
For instance, I've collected all thread-related routines in a new FThreads class, so FControl was changed and CardStorageReader was changed and a few calls in other clases have a different class whose static method they use.
My intention is to send those changes back to branch without transferring the changes to input classes - the ones I am trying to teach some patience.
What's the best way to do that?
My current plan is to get a working copy of trunk, make there the changes that I've invented working on a branch and commit. So that a branch will merge these changes with a few or without conflicts.