2009/12/21 Dennis Jones <djo...@grassvalleysoftware.com>:
> Hi,
>
> Is there a simple way to determine if there were any commits on a repository
> path given a specific date?
>
> 'svn log' doesn't give the results one might expect.  For example, if there
> were no commits yesterday (12/20/2009), and I say:
>
>    svn log -r {2009-12-20}:{2009-12-21} <repourl>
>
> . . . then instead of getting back nothing (which one would expect), I'll
> get back the most recent commit from a couple of days ago (which is not what
> I want).
>
> How can I determine if there were commits on a specific date?
>
For example:  (some day one year ago)
svn diff --summarize -r {2008-12-20}:{2008-12-21}
http://svn.collab.net/repos/svn/trunk/

Best regards,
Konstantin Kolinko

Reply via email to