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

svn blame doesn't use the working revision

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • all
    • 1.1.0
    • cmdline client
    • None

    Description

      running `svn blame' without `-r' checks the HEAD revision, even when the working
      directory has a different revision checked out.
      
      *** Steps to reproduce
      
      svnadmin create r
      svn co file://`pwd`/r rt
      cd rt
      echo line1 > file
      svn add file
      svn ci -m create
      svn rm file
      svn ci -m remove
      cd ..
      svn co -r1 file://`pwd`/r r1
      cd r1
      svn blame file
      
      *** end the script
      
      The last command `svn blame file' gives
      svn: File not found: revision '2', path '/file'
      

      Original issue reported by ling

      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: