First page Back Continue Last page Overview Graphics
svn blame (1/2)
When working concurrently on a project with other developers, sooner or later, someone will introduce a bug that breaks everything
svn blame provides a way to know who done it, and when
Standard usage: svn blame <filename>
Useful options:
-r <rev>[:<rev>] operate on this revision
or range of revisions
Notes: