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

Re: finishing `svn diff': two ways to do it

From: RADICS Peter <mitch_at_lbcons.net>
Date: 2001-10-12 22:37:40 CEST

On Thu, Oct 11, 2001 at 11:35:34PM +0200, Branko �ibej wrote:
[SNIP]
>
> I find this cleaner than having two -r options:
>
> svn -r 317 diff foo -r 713. :-( horrible
> svn -r 317:713 diff foo :-| not nice, but acceptable
> svn diff -r 317:713 foo :-) nicest
> svn diff foo -r 317:713 :-) almost nicest
>

+1 on:

svn diff -r from-rev[:to-rev] [file(s)]

which will produce a diff that if applied to from-rev will produce
to-rev, where to-rev is WORKING if not specified. (just to be absolutely
clear on this, since karl managed to mix me up a bit with the original
proposal :)

cheers,
mitch

-- 
// RADICS Peter <mitch_at_lbcons.net> (http://lbcons.net)
//
// "If human beings don't keep exercising their lips, 
//  their brains start working." -- Ford Prefect
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:44 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.