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

dump fails after moving directory, modifying child

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • all
    • 0.14.0
    • src
    • None
    • Linux

    Description

      When trying to use revision 2490 to do the dump/load required for
      revision 2491, I encountered this error:
      
          svn_error: #21069 : <Filesystem has no item>
            file not found: revision `1', path `b/child'
      
      It can be reproduced as follows:
      
          $ svnadmin create test_repos
          $ svn co file://blah/test_repos -d test_wc
          $ cd test_wc
      
          $ svn mkdir a
          $ touch a/child
          $ svn add a/child
          $ svn ci -F /dev/null
      
          $ svn mv a b
          $ echo blah > b/child
          $ svn ci -F /dev/null
      
          $ svnadmin dump ../test_repos
      
      I think this is not uncommon to make both these changes in the same
      revision, since source files may care about their paths (Java
      packages, for example).
      

      Original issue reported by slamb

      Attachments

        Activity

          People

            Unassigned Unassigned
            subversion-importer Subversion Importer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: