The "svn blame" command shows author and revision information inline for the specified files or URLs. In detail for each line of a file gets three fields:
- author
- svn revision number
- text
svn blame <path>[@<svn_revision>]
Usage in local working copy:
svn blame MyFile.txt
svn blame https://mysvnrepo/svn/myproject/trunk/MyFile.txt@123
svn blame --extensions MyFile.txt
svn blame --xml MyFile.txt
No comments:
Post a Comment