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@...
For additional commands, e-mail:
users-help@...