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

Re: Svn log

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Fri, 4 Jul 2008 10:27:50 -0500

On Jul 4, 2008, at 03:58, Kota, Sreenivasa ShravanaKumar wrote:

> How to get svn log between dates ? Why is that, I am getting log
> for last month ? Can some one help ? Thanks
>
> svn log -v -r {2008-07-03}:{2008-07-04} <URL>
> ----------------------------------------------------------------------
> --
> r104 | shravanakumar_ks | 2008-06-30 16:59:00 +0530 (Mon, 30 Jun
> 2008) | 1 line
> Changed paths:
> ….
> ….

Subversion translates "{2008-07-03}" into the most recent revision on
or before that date, and the same for "{2008-07-04}" In the case of
the repository URL you're using, the most recent revision on or
before that date was apparently r104. See the box "Is Subversion a
Day Early?" here:

http://svnbook.red-bean.com/en/1.4/
svn.tour.revs.specifiers.html#svn.tour.revs.dates
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-04 17:28: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.