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

Re: svn log by date range

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2006-08-16 22:55:10 CEST

On 8/16/06, Christopher Taylor <chtaylo3@gmail.com> wrote:
> I'm aware that you can do a SVN log for a range between two revisions.
> Hoewever, are there any plans to do this based on date ranges?

No need for plans, you already can. From svn log help:

Valid options:
  -r [--revision] arg : ARG (some commands also take ARG1:ARG2 range)
                             A revision argument can be one of:
                                NUMBER revision number
                                "{" DATE "}" revision at start of the date
                                "HEAD" latest in repository
                                "BASE" base rev of item's working copy
                                "COMMITTED" last commit at or before BASE
                                "PREV" revision just before COMMITTED

So svn log <url> -r {2006-08-09}:{2006-08-17} will get all changes for
the past week, including today.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 16 23:09:15 2006

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.