Re: svnlook changed
From: Ryan Schmidt <subversion-2011a_at_ryandesign.com>
Date: Fri, 30 Dec 2011 14:53:44 -0600
On Dec 30, 2011, at 14:27, <Joe.Floeder_at_sungard.com> <Joe.Floeder_at_sungard.com> wrote:
> I am trying to figure out a way to get a list of files that have changed in a particular code line (branch or project) since a date or a revision. Svnlook changed does not appear to accept a range of revisions.
Try "svn diff --summarize". For example here is a list of the files and directories changed in the 2.0 branch of MacPorts in December (apologies if my email client inserts any erroneous linebreaks):
$ svn diff --summarize https://svn.macosforge.org/repository/macports/branches/release_2_0 -r{2011-12-01}:{2011-12-31}
|
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.