Re: simple command to show changes made in a revision
From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: Fri, 11 Jan 2008 18:32:01 -0600
On Jan 11, 2008, at 18:21, Administrator wrote:
> can anyone tell me what is a simple command to show the last 3-4
svn log --quiet --limit 4 $FOO
will show you the last 4 revisions of whatever's at $FOO. $FOO could
> What is a simple command to show all the changed files in a
svn diff --summarize -c 7400
The --summarize switch is available as of Subversion 1.4.
The list of modified files is also included in the output of
svn log --verbose -r 7400
---------------------------------------------------------------------
|
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.