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

conflict with merge that adds binary files

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • all
    • 0.28.0
    • src
    • None
    • other

    Description

      rm -rf repo wc
      svnadmin create repo
      svn mkdir file://`pwd`/repo/zig
      svn mkdir file://`pwd`/repo/zig/zag
      svn mkdir file://`pwd`/repo/foo
      svn import file://`pwd`/repo/zig/zag /bin/ls zog
      svn co file://`pwd`/repo/foo wc
      svn merge -r1:HEAD file://`pwd`/repo/zig wc
      A         wc/zag
      A  wc/zag/zog
      
      The merge feedback looks OK, but
      
      svn st wc
      A  +   wc/zag
      C  +   wc/zag/zog
      ?      wc/zag/zog.older
      ?      wc/zag/zog.yours
      
      
      A similar problem
      
      rm -rf repo wc
      svnadmin create repo
      svn mkdir file://`pwd`/repo/zig
      svn mkdir file://`pwd`/repo/foo
      svn import file://`pwd`/repo/zig /bin/ls zog
      svn co file://`pwd`/repo/foo wc
      svn merge -r1:HEAD file://`pwd`/repo/zig wc
      A  wc/zog
      
      Again the merge feedback looks OK, but
      
      svn st wc
      A  +   wc/zog
      ?      wc/zog.prej
      
      
      It is likely that these exact problems would not occur if issue 838
      was finished, but I think there is a separate problem handling binary
      files. Merging binary files should not produce a conflict if the merge
      sources are identical.
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            philipm Philip Martin
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: