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

tree conflict info can be changed by update

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • trunk
    • 1.8.0
    • libsvn_wc
    • None

    Description

      The attached recipe shows that information recorded about a tree conflict can be
      changed by subsequent updates.
      
      Relevant output from the script:
      
      + svn info update-move/trunk/epsilon
      + egrep ^(Tree Conflict|  Source)
        Source  left: (dir) ^/trunk/epsilon@1
        Source right: (dir) ^/trunk/epsilon@2
      + svn up --accept p update-move/trunk
      Updating 'update-move/trunk':
         C update-move/trunk/epsilon
         U update-move/trunk/epsilon/zeta
      Updated to revision 2.
      Summary of conflicts:
        Tree conflicts: 1
      + svn info update-move/trunk/epsilon
      + egrep ^(Tree Conflict|  Source)
        Source  left: (dir) ^/trunk/epsilon@2
        Source right: (dir) ^/trunk/epsilon@2
      
      This should not be allowed to happen because information about the operation
      which introduced the conflict is overwritten.
      

      Attachments

        1. 1_issue4347.sh
          0.7 kB
          Stefan Sperling

        Activity

          People

            Unassigned Unassigned
            stsp Stefan Sperling
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: