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