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

"svnadmin recover" should not create rep-cache.db

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • all
    • 1.8.0
    • libsvn_fs_fs
    • None

    Description

      $ svnadmin create repo
      $ echo [rep-sharing] >> repo/db/fsfs.conf
      $ echo enable-rep-sharing = true >> repo/db/fsfs.conf
      $ svn mkdir -mm file://`pwd`/repo/A
      $ ls repo/db/rep-cache.db
      ls: repo/db/rep-cache.db: No such file or directory
      $ svnadmin recover repo
      $ ls repo/db/rep-cache.db
      repo/db/rep-cache.db
      
      Recover should not operate on rep-cache.db if rep-caching is disabled.
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: