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

Re: svn diff -r REV when REV==BASE

From: Karl Chen <quarl_at_cs.berkeley.edu>
Date: 2005-01-02 05:42:59 CET

>>>>> On 2005-01-01 19:12 PST, Greg Hudson writes:

    Greg> On Fri, 2004-12-31 at 00:57, Karl Chen wrote:
>> Is there a reason "svn diff -r REV", when REV is the
>> numeric BASE revision, is a remote operation, while "svn
>> diff -r BASE" is a local operation?

    Greg> Because working copies can have mixed revisions, it
    Greg> would require a lot more cleverness on the part of the
    Greg> client library to make "svn diff -r <what happens to be
    Greg> the base rev>" a local operation.

I see, I hadn't thought about mixed-revision working copies.
Thanks for the reply.

(I was thinking about diffs on single files, i.e. "svn diff -r
<what happens to be BASE> file". The reason I asked was because
vc-svn.el does "svn diff -r <what happens to be BASE> file"
instead of "svn diff file" -- quite unusable when off-line. I did
consider this to be more easily fixed by vc-svn.el so I did submit
a patch to Emacs before asking Subversion. I thought it could be
a nice harmless improvement to all clients, but I suppose it's not
worth worrying about.)

-- 
Karl 2005-01-01 20:35
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jan 2 18:29:52 2005

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.