Re: [Codestriker-user] svn blame
Brought to you by:
sits
|
From: Sean Moss-P. <se...@mo...> - 2004-12-08 03:06:23
|
On 8 Dec 04, at 9:29 AM, David Sitsky wrote: > I am not a SVN user yet, but I take it the "svn blame" command tells > you > which users modified which lines? Exactly. Subversion will prepend the author and revision information inline. For example (taken from the svn book) $ svn blame http://svn.red-bean.com/repos/test/readme.txt 3 sally This is a README file. 5 harry You should read this. > How would you see this affecting the Codestriker display? Interesting > idea.... I would do something like this... first we already have the following options at the top of every topic: Download topic text | View in monospace font | View with minimal screen width. | Tab width set to 8 (change to 4) I would just add one more that said something like "View with(out) line annotation". The wording could be different. This would just toggle showing line numbers, and showing line number, author, and revision. > I wonder if CVS and other systems support this kind of > information. CVS has annotate. I think this is common to most scm tools. -Sean |