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

date format problem

From: Jeffery D. Collins <jcollins_boulder_at_earthlink.net>
Date: 2004-02-08 23:07:01 CET

I'm not sure what's going on here, perhaps a build problem with 0.3
(linux). I couldn't find any hints through google nor the subversion
bug list. The only date format that works is of the form yyyy-mm-dd.
All others listed in the svn book fail with a syntax error. Here are
some examples:

localhost:src$ svn log --revision {2004-02-05}
------------------------------------------------------------------------
r4 | collins | 2004-02-04 17:20:31 -0700 (Wed, 04 Feb 2004) | 1 line
<snip>

localhost:src$ svn log --revision {2/4/2004}
svn: Syntax error in revision argument '{2/4/2004}'
localhost:src$ svn log --revision {"yesterday"}
svn: Syntax error in revision argument '{yesterday}'
localhost:src$ svn log --revision {"4 Feb"}
svn: Syntax error in revision argument '{4 Feb}'

Any ideas would be appreciated!

--
Jeff
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Feb 8 23:06:57 2004

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.