[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: Matthieu Moy <Matthieu.Moy_at_imag.fr>
Date: Tue, 29 Apr 2008 19:49:55 +0200

"Andy Levy" <andy.levy_at_gmail.com> writes:

> 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.

or simpler:

 svn diff -r ... | diffstat

-- 
Matthieu
---------------------------------------------------------------------
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 19:52:48 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.