You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Kota, Sreenivasa ShravanaKumar" <sh...@hp.com> on 2008/07/04 08:58:25 UTC

Svn log

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:
        ....
        ....


Thanks & Regards
Shravana Kumar
_____________________________________________

K.S.Shravana Kumar
Hewlett - Packard
India Software Operations Pvt Ltd
Sy. No: 192, Whitefield Road
Mahadevapura Post
Bangalore - 560048 India
Off  : +91 80 251 66556
Cell : +91 98451 67953
http://www.hp.com/



Re: Svn log

Posted by Ryan Schmidt <su...@ryandesign.com>.
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@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org