[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Files committed by month

From: Andy Levy <andy.levy_at_gmail.com>
Date: Tue, 29 Apr 2008 12:56:29 -0400

On Tue, Apr 29, 2008 at 12:51 PM, Luiz Marcelo Serique
<marcelo.serique_at_gmail.com> wrote:
> Hi,
>
> i was wondering if exists a way to list all files committed in a
> specific month, or in a specific date range.

svn diff --summarize -r{firstdate}:{lastdate} <URL>

--summarize was introduced with SVN 1.4, so if you're running an older
client, you'll have to parse svn log output.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-29 18:57:21 CEST

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.