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


Reply via email to