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

import into foreign repo UUID mismatch

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • ---
    • 1.7.0
    • libsvn_client
    • None

    Description

      Importing a working copy into some other repository fails because the UUIDs
      don't match:
      
      $ svnadmin create repo1
      $ svn mkdir -mm file://`pwd`/repo1/A
      $ svn co file://`pwd`/repo1 wc
      $ svnadmin create repo2
      $ svn import -mm wc file://`pwd`/repo2
      ../src/subversion/svn/import-cmd.c:126: (apr_err=170009)
      ../src/subversion/libsvn_client/commit.c:650: (apr_err=170009)
      ../src/subversion/libsvn_client/ra.c:367: (apr_err=170009)
      ../src/subversion/libsvn_ra/ra_loader.c:536: (apr_err=170009)
      svn: E170009: Repository UUID 'b2c9cefb-80e5-4144-90bc-ef821b3afa93' doesn't
      match expected UUID '693fc93a-c496-409e-aad3-9e320a8479df'
      
      This is a regression from 1.6 which allowed the import.
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: