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

svnrdump writes duplicate headers for a replace-with-copy

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.8.x
    • ---
    • svnrdump
    • None

    Description

      For a node that is replaced-with-copy, 'svnadmin dump' and 'svnrdump' both write
      a delete record followed by an 'add' record. svnrdump wrongly writes the
      Node-path and Node-kind headers twice for the 'delete' record, like this:
      
        Node-path: A/D/G/rho
        Node-kind: file
        Node-path: A/D/G/rho
        Node-kind: file
        Node-action: delete
      
      This bug was introduced in r1423632, and so first released in v1.8.0.
      
      No adverse effects from this bug have been reported. 'svnadmin load' and
      'svnrdump load' and 'svndumpfilter' all correctly read these node records.
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            julianfoad Julian Foad
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: