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

Re: New diff syntax? (see issue #1142)

From: Michael Wood <mwood_at_its.uct.ac.za>
Date: 2003-05-16 11:44:40 CEST

On Fri, May 16, 2003 at 01:59:20AM +0200, Robert Pluim wrote:
> cmpilato@collab.net writes:
> > -0.99. This kind of "document around the edge case" is bound to bite
> > us. The minute we make this change, someone's going to complain about
> > how they tried to run 'svn diff trunk/foo tags/0.14/foo' and didn't
> > see what they expected.
> >
>
> Personally, I'd be quite happy if that showed me the differences
> between trunk/foo and tags/0.14/foo. What do you think the
> expectation would be?
[snip]

That's exactly the point he was trying to make. The "smart" proposal
would have meant:

        $ svn diff trunk/foo tags/0.14/foo

would be equivalent to:

        $ diff -u trunk/.svn/text-base/foo.svn-base trunk/foo; \
          diff -u tags/0.14/.svn/text-base/foo.svn-base tags/0.14/foo

(unless I misunderstood this part of the smart proposal.)

-- 
Michael Wood <mwood@its.uct.ac.za>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 16 11:46:03 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.