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

svn export doesn't diagnose invalid revision

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.5.x
    • 1.6.6
    • libsvn_client
    • None

    Description

      As discussed here:
      
      http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&viewType=browseAll&dsMessageId=1725826#messagefocus
      
      $ svn checkout -r 1000000
      https://llvm.org/svn​/llvm-project/llvm/t​runk/include/llvm/AD​T
      svn: No such revision 1000000
      
      but:
      
      $ svn export -r 1000000
      https://llvm.org/svn​/llvm-project/llvm/t​runk/include/llvm/AD​T foo
      A foo
      A foo/ScopedHashTable.h
      [...]
      A foo/APFloat.h
      Exported revision 69159.
      
      Instead of diagnosing that I've asked for a valid revision, svn export
      has quietly given me a different revision instead.
      
      I'm using:
      
      $ svn --version
      svn, version 1.5.1 (r32289)
         compiled Dec 31 2008, 06:38:09
      

      Original issue reported by jayfoad

      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: