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

Re: [SVN-DEV] Re: [Issue 422] Changed - "svn diff" needs to be fleshed out.

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-09-05 13:44:20 CEST

On Tue, Sep 04, 2001 at 02:52:33PM -0500, Ben Collins-Sussman wrote:
>...
> > (The 'efficient' way to do this is to generate *svn* diffs between
> > revisions, apply them to the working copy to create a pair of
> > temporary files, and *then* run the user's 'diff' program on the
> > pair. This way you get the efficiency of the server-side approach
> > (since the server "knows" the diffs) with the consistency of the
> > client-side model.)
>
> Yeah, that could work. I wonder how Greg/Karl feel about this.

Posted elsewhere. Personally, the whole "custom diff" thing is bogus. "Neat
feature", say the engineers. "So what?", say the users.

> Still, our RA vtable has no way (at the moment) to request either the
> plaintext (or svndiff data) for a particular file. The latter is done
> all the time during drives of "editors", but there's no way to ask for
> that info standalone. Should be easy to do.

Two or three PROPFIND requests and a GET. Piece of cake. Already have most
of the support functions for it.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:40 2006

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.