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

Retrieving log messages for date range

From: Michael Schultz <mjschultz_at_gmail.com>
Date: Wed, 26 Mar 2008 19:13:00 -0500

Hello,

I'm trying to generate a file that gives the log messages back to a certain
date. Shouldn't be too hard, should it? Looking at `svn help log` I
figure a line like:
 svn log -r {2008-03-10}:HEAD file:///path/to/repository

Will print all the log messages from March 10, 2008 until the current
version stored in the repository. Nope. It gives me the following message:
 svn: Syntax error in revision argument '2008-03-10:HEAD'

Even simplifying it so just give the log messages for a certain
date (-r {2008-03-19}, for example), I get the same error message.

According to svn book[1], the formatting is correct and the command should
be quite successful.

For reference:
$ svn --version
svn, version 1.4.4 (r25188)
   compiled Jul 26 2007, 08:07:42

Any helpful ideas?

--michael

[1]http://svnbook.red-bean.com/en/1.4/svn.tour.revs.specifiers.html#svn.tour.revs.dates

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-27 01:13:47 CET

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

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