[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Troubles with cherry picking

From: Łukasz Indeka <0h_at_wp.pl>
Date: Fri, 1 Mar 2013 03:53:43 -0800 (PST)

Hi,

We work on a project utilizing Oracle Forms, which files are (sadly) binary. Today I wanted to merge last three changes of one form from our trunk to the test branch. I choose revision range to merge: "9830,9833,9982" (using Log window). Then on the next screen clicked "Test merge" button. The result was:
- properly merged first revision
- conflicts in the two following revisions (attached screenshot). Then I test it again merging revisions one by one with success. Eventually I reverted all changes and tested my approach using 3 different versions of command line:
c:\project\_tests>svn merge -c9830 -c9833 -c9982 http://svn/trunk
c:\project\_tests>svn merge -r9829:9830 -r9832:9833 -r9981:9982 http://svn/trunk
c:\project\_tests>svn merge -c9830,9833,9982 http://svn/trunk
All that works well.

It looks like something is wrong in the TortoiseSVN in this situation.

Best regards,
   Lukasz

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3050111

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

merge_fail.png
Received on 2013-03-01 12:53:47 CET

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.