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

Re: Help on revision format

From: Vincent Lefevre <vincent+svn_at_vinc17.org>
Date: 2003-10-15 00:03:15 CEST

On 2003-10-14 17:23:25 -0400, jrodrigu@lexmark.com wrote:
> I'm currently using subversion 0.29 and I'm encountering errors
> everytime I used the following revision formats:
>
> svn checkout --revision {2002-02-17}
[...]
> Here are the errors I got:
>
> svn: Client error in parsing arguments
> svn: Syntax error in revision argument "[revision format]"

If you are using zsh (and possibly some other shells), you must quote
the '{':

svn checkout --revision "{2002-02-17}"

-- 
Vincent Lefèvre <vincent_at_vinc17.org> - Web: <http://www.vinc17.org/> - 100%
validated (X)HTML - Acorn Risc PC, Yellow Pig 17, Championnat International
des Jeux Mathématiques et Logiques, TETRHEX, 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 Wed Oct 15 00:04:13 2003

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.