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

Date processing should be more flexible

From: Alex Barba <abarba2_at_sandburst.com>
Date: 2005-07-02 16:24:11 CEST

CVS has a very flexible date parser. I'd like svn to get some of that
flexibility as well.
For example, the following works ok:
 
svn update -r "{2005-07-05}" make/Common_Makefile
At revision 39.

However, the following does not:
 
svn update -r "{2005-7-5}" make/Common_Makefile
svn: Syntax error in revision argument '{2005-7-5}'

Other formats work equally poorly:
 
svn update -r "{07/03/05}" make/Common_Makefile
svn: Syntax error in revision argument '{07/03/05}'

I'm certain this is not a high priority, however, I think it should be
upgraded at some point.
 
Thanks,
 
Alex
 
PS:
 
svn, version 1.2.0 (r14790)
   compiled May 23 2005, 14:43:17
OS: Linux CentOs 3.4
 
 
Received on Sat Jul 2 17:00:29 2005

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.