Re: How do I see a list of all changes to a file through successive revisions?
From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-10-08 15:49:39 CEST
On 10/8/07, brian@enchanter.net <brian@enchanter.net> wrote:
svn log <filename> to get the list of revisions.
svn diff to get the diff for those revisions.
svn blame <filename> will tell you the last time, and by whom, each
There is no single command to do it. It's ripe for scripting though.
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.