[SI] how to get a member-branch back to mainline w/o merging?
Hi @all,
following situation: a user is working at file "a" in a Source-Project. The last revision of this file is 1.5. Another user is also working at this file, but has made a member-branch from 1.3., so he is working with revisions 1.3.1.x. After a while it will be decided that the work at the mainline will be stopped, and the branch 1.3.1.x will be "the mainline" from this moment. Because file "A" is a binary file there is no possibility to merge it. How can we get the back to the mainline? As the last revision in the branch is 1.3.1.3, we want to check it out and check it in as revision 1.6, but with no direct connection to 1.5. Is this possible?
Thanks, Jens

