Re: How can i display all the file changes in a single revision on command line?
From: Steven Bakke <steven.bakke_at_amd.com>
Date: Wed, 29 Oct 2008 12:02:27 -0400
I don't think you can do it in a single command:
svn log --verbose
This will tell you all of the files changed plus the checkin comment.
svn blame <file> [--verbose]
This will tell you which lines were changed by which user in which
-steve
On Oct 29, 2008, at 11:56 AM, baz themail wrote:
> I tried that and it shows the changed files.
|
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.