Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
all
-
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