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

Re: Problem with Date formats

From: Vincent Lefevre <vincent+svn_at_vinc17.org>
Date: 2004-07-02 09:06:16 CEST

On 2004-07-01 17:50:25 -0500, Sean Spicer wrote:
> svn log -r {"2004-01-01"}
> svn: Syntax error in revision argument '2004-01-01'

{ may be a special character (e.g. with zsh). Try

  svn log -r'{2004-01-01}'

-- 
Vincent Lefèvre <vincent_at_vinc17.org> - Web: <http://www.vinc17.org/>
100% validated (X)HTML - Acorn / RISC OS / ARM, free software, YP17,
Championnat International des Jeux Mathématiques et Logiques, etc.
Work: CR INRIA - computer arithmetic / SPACES project at LORIA
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 2 09:09:15 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.