Source Code Management - SVN / SCM Usage |
The Blame command shows author and revision information inline for specified files or URLs.
The Blame view displays the file as read-only in the Code Editor. Each line of text is annotated in the left margin with the author (username) and the revision number for the last change to that line. On clicking the left margin, the log comment for the revision displays.
Blame view operations can be accessed from the toolbar.
Operation | Description |
---|---|
Show log | Shows the revision log view and the log entries starting from the selected revision to the first revision. |
Blame in New Tab | Shows a new Blame view, where the maximum blame revision is the selected revision and the minimum blame revision is the minimum revision for the current Blame view. |
Blame | Updates the current Blame view, where the maximum blame revision is the selected revision and the minimum blame revision is the minimum revision for the current blame view. |
Diff with previous revision | Shows the difference between the selected blame revision and the previous revision. |
Next / Previous | If you have viewed blame multiple times in the Blame view, you can scroll through the views using the next and previous options. |