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

Re: Is label support in future release?

From: Danny van Heumen <danny.vanheumen_at_hccnet.nl>
Date: 2006-11-17 00:13:27 CET

Nikki Locke wrote:
>> Workflow 1 (today):
>> (1) enter: svn info <some-url>
>> (2) manually scan the output for the rev#, call it X
>> (3) enter: svn diff foo.c -r X:HEAD

> OK, now I've been told the (rather obscure, IMHO) extra syntax needed, how
> about trying Workflow 3...
>
> (1) enter: svn diff --new foo.c --old <some-url>:HEAD

Workflow 3 is about a revision range, like -r 100:200

I think you need the following:

'svn diff --new foo.c --old <some-url>@HEAD'

or

'svn diff --new foo.c --old <some-url>'

should work too because it'll default to HEAD.

Danny

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 17 00:14:05 2006

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.