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

is-fresh-txn-root in FSFS rev files

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • 1.7.x
    • 1.8.0
    • libsvn_fs_fs
    • None

    Description

      is-fresh-txn-root is an attribute of the node in a transaction but it can leak
      into revision files, e.g.
      
      $ svnadmin create repo1
      $ svn mkdir -mm file://`pwd`/repo1/A
      $ svnadmin create repo2
      $ svnadmin dump repo1 | svndumpfilter exclude A | svnadmin load repo2
      $ grep is-fresh repo2/db/revs/*/*
      repo2/db/revs/0/1:is-fresh-txn-root: y
      
      It is also present in the main Apache repository:
      
      http://colabti.org/irclogger/irclogger_log/svn-dev?date=2011-10-04#l116
      
      This does not appear to cause any problems, but it is untidy.
      

      Attachments

        Activity

          People

            brane Branko Čibej
            philipm Philip Martin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: