You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Reagan Penner <rp...@cs.usask.ca> on 2004/03/19 14:16:00 UTC

svn log date

Hello, again my cvs days haunt me. I am use to being able to specify
dates to the cvs log command. I cannot find a date option to svn log is
it possible to say get log information for the latest three months? I
notice that there is a Date arg available via the -r option in log.
However, it is not clear what this arg does and what the syntax is for
it.

Can anyone tell me how I can get all log information for a specific time
period, for example from Dec. 15th 2003 to current.

thanks .............. Reagan Penner


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svn log date

Posted by Francois Beausoleil <fb...@users.sourceforge.net>.
Hello Reagan !

On Fri, 19 Mar 2004 08:16:00 -0600, "Reagan Penner" <rp...@cs.usask.ca>
said:
> Can anyone tell me how I can get all log information for a specific time
> period, for example from Dec. 15th 2003 to current.

svn log -r{2003-12-15}:head

The dates is in ISO-8601 format.  You can also specify a time, but you'll
need quotes, in this case.

Heed the warning in
http://svnbook.red-bean.com/book/ch03s03.html#svn-ch-3-sect-3.3 though.

Hope that helps !
François
Developer of Java Gui Builder
http://jgb.sourceforge.net/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org