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

Re: `svn log -r{DATE}` broken

From: Julian Foad <julian.foad_at_wandisco.com>
Date: Thu, 19 May 2011 10:20:57 +0200

On Wed, 2011-05-18, Arfrever Frehtes Taifersar Arahesis wrote:
> `svn log -r{DATE}` recently stopped to work correctly. I use Subversion trunk r1124331.
>
> Example in working copy of Subversion trunk:
> $ svn log -r{2011-05-15}
> ------------------------------------------------------------------------

Arfrever, what is your WC's base URL and what result did you expect? It
works properly for me:

$ svn log -r{2011-05-15}
------------------------------------------------------------------------
$ svn log -r{2011-05-15} ^/
------------------------------------------------------------------------
r1124118 | andy_seaborne | 2011-05-13 17:54:28 +0200 (Fri, 13 May 2011)
| 1 line
------------------------------------------------------------------------

This shows that the last rev on that date was not a change to
Subversion.

$ svn info | grep "^URL"
URL: https://svn.apache.org/repos/asf/subversion/trunk
$ date --rfc-2822
Thu, 19 May 2011 10:19:30 +0200
$ svnversion .
1124331M
# I have no relevant local mods.

- Julian
Received on 2011-05-19 10:21:35 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.