Conflict with merge
From: martin_praznovsky <martin.praznovsky_at_gmail.com>
Date: Tue, 30 Apr 2013 02:22:26 -0700 (PDT)
Hi,
1) add and commit following folder structure:
2) create a branch Branch from Trunk (right click Trunk folder, TortoiseSVN->Branch/tag), HEAD revision of the repository
3) update my ParentFolder, so I see newly branched Branch. Now I have following tree structure:
4) do a change to File.txt inside Branch\AnotherFolder\YetAnotherFolder, change the content to:
commit the File.txt directly (right click File.txt in Branch\AnotherFolder\YetAnotherFolder -> SVN Commit...)
5) merge from Branch folder to Trunk folder (right click Trunk folder, TortoiseSVN->Merge->Merge a range of revisions. URL is the url to Branch, in Show log there are 2 logs: creation and modification, select only the revision with modification)
6) commit Trunk after the merge (right click Trunk folder->SVN Commit...)
7) do again a change in the File.txt inside Branch\AnotherFolder\YetAnotherFolder, change content to:
again commit directly the file File.txt itself
8) now we want to merge again the change, but this time on diferent folder level. Trying to do a merge to Trunk/AnotherFolder/YetAnotherFolder from Branch/AnotherFolder/YetAnotherFolder. Right click YetAnotherFolder in Trunk/AnotherFolder, TortoiseSVN->Merge...->Merge a range of revisions. URL is url to Branch/AnotherFolder/YetAnotherFolder, in Show log I can see creation and 2 changes (why 2, if it was already merged ?!?), I choose those 2 changes, try to perform the merge but get a conflict!
Trying to resolve I see this diffs:
Why do we get those errors when merging first on "parent" folder and then merging on some "child" folder? Causing us big problems... Is it a Tortoise bug?
Client info:
Server: version 1.5.6
Thanks for help!
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.