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

Re: comparing revisions in the server

From: Vincent Lefevre <vincent+svn_at_vinc17.org>
Date: Wed, 14 Jan 2009 14:15:54 +0100

On 2009-01-14 10:18:43 +0100, Thomas Hemmer wrote:
> The correct cmd line is
>
> svn diff -r HEAD:{2007-01-01} svn://dev5/dev/LMS
>
> Note that there are no quotes at all :-)

It's better to take the habit to put quotes, e.g.

  svn diff -r "HEAD:{2007-01-01}" svn://dev5/dev/LMS

as { is a special character in shells (quotes are important under
some occasions, e.g. if there is a comma inside). But all this is
not related to Subversion. Please see the manual of your shell. :)

-- 
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)
Received on 2009-01-14 14:24:30 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.