Uploaded image for project: 'Subversion'
  1. Subversion
  2. SVN-4694

Unresolvable tree conflict when cherrypicking a file-edit after file was moved on source branch

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.10.0-alpha3
    • None
    • None
    • None

    Description

      The following tree conflict can not be resolved automatically. The test test_cherry_pick_post_move_edit in libsvn_client/conficts-test.c was added for this (currently marked XFail).

      In r1, create directory A with file mu:
      Changed paths:
      A /A
      A /A/mu

      In r2, directory A is copied to A1 (branched):
      Changed paths:
      A /A1 (from /A:1)

      In r3, A/mu is moved:
      Changed paths:
      D /A/mu
      A /A/mu-moved (from /A/mu:2)

      In r4, A/mu-moved is edited:
      Changed paths:
      M /A/mu-moved

      If we now want to cherry-pick r4 from /A to a working copy of /A1, we get a tree conflict because mu-moved is missing. The relevant move we need to resolve this happened on /A, in r3.

      Attachments

        Activity

          People

            stsp Stefan Sperling
            jcorvel Johan Corveleyn
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: