diff cmd syntax question for Old Hundred Eyes
From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-01-25 20:44:45 CET
As many have noticed, both "diff" and "merge" need to take up to two
So, my proposal: let's add a new option (call it -R for now) which
svn diff -RREV1:PATH1 -RREV2:PATH2
The -R can only appear exactly twice in a given command line. These
svn diff -RREV1:PATH1
(Note that PATH can be a url or a wc path. In the latter case, we use
Why do we need a new syntax? Because it's very difficult to overload
$ svn diff -rREV1:REV2 PATH1 PATH2
... because that already means something else: show two diffs, one for
Can anyone think of a nicer solution than the proposed -R syntax? I'm
-Karl
---------------------------------------------------------------------
|
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.