[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: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-05-16 00:06:47 CEST

Long, long ago, I raised two proposals for the svn diff syntax. See:
<http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgNo=14290>.

There was the "smart" proposal and the "dumb" proposal; the "dumb"
proprosal was genuinely pretty dumb and should never have received any
consideration. But I believe there was consensus at that time on the
"smart" proposal, which was:
        
          Iterative case: svn diff [-r {N|N:M}] TARGET ...
          Comparative case: svn diff TARGET TARGET
        
        In the comparative case, TARGET can be URL@REV as well as just URL or
        WCPATH, of course. To resolve the ambiguous case where two targets
        are specified and no -r option is given:
        
          If both targets are wc paths, assume iterative case.
          Otherwise, assume comparative case.
        
However, nobody ever implemented it. Certainly, some people suggested
your idea at that time, but several people were unhappy with the idea of
eliminating the iterative case.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 16 00:07:58 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.