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

Re: Resolution of 'svn diff' change?

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-05-19 18:48:34 CEST

cmpilato@collab.net writes:

> Ben Collins-Sussman <sussman@collab.net> writes:
>
> I'm all for providing all the functionality we can, as long as we
> don't make the UI so cloudy as to be worthless. I really think that
> we can please everyone with 'svn diff' iteratively doing BASE:WORK,
> and 'svn compare (cmp)' doing the more complex work. And I can have
> it all coded up in a couple of hours -- the "new diff syntax" is done,
> sitting as local mods in my working copy ... changeset #1 :-)

So what interface are you proposing? I think we can cover all
possible use cases with

   svn diff [-rN[:M]] [target ...]

which iterates over the targets and compares the two versions of each
target, and

   svn cmp [-rN[:M]] targetA targetB

which compares the two targets against each other. The diff command
would do BASE:WORK by default, the cmp command would by default
operate on WORK for wc_path targets and HEAD for URLs.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 19 18:49:52 2003

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.