[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: <cmpilato_at_collab.net>
Date: 2003-05-19 19:57:22 CEST

Greg Hudson <ghudson@MIT.EDU> writes:

> I'm willing to accede to a new subcommand, but as Phillip notes:
>
> * svn diff should take -r options.
> * svn compare should demand two arguments.
>
> I'll note that there is still a piece of functionality from CVS which
> these two commands don't encompass, specifically "compare foo and bar
> and baz from my working directory against the vendor branch". In CVS,
> that's "cvs diff -r vendor foo bar baz"; in svn, we would need a way to
> say "svn compare vendor-url . foo bar baz" or something like that. In
> one of the long-ago debates, I proposed a unified syntax which would
> handle it.

Well, I toyed with proposing something as nasty as a single command:

   1. svn diff --compare [-rN:M] PATH1-LFT PATH1-RGT [PATH2-LFT PATH2-RGT ...]
   2. svn diff [-rN:M] [PATH [...]]

In other words, --compare requires an even number of targets, each
pair compared to each other, possibly using the -r modifiers (or gosh,
we could use '@'-syntax here for *real* precision.

But this is just getting sick, folks.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 19 20:01:56 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.