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

Re: `svn diff' progress

From: Mark Benedetto King <bking_at_answerfriend.com>
Date: 2001-12-19 00:10:27 CET

On Tue, Dec 18, 2001 at 04:57:14PM -0600, Karl Fogel wrote:
> Mark Benedetto King <bking@answerfriend.com> writes:
> > Won't this require twice the total repository size in temporary space
> > if you do a diff starting from the root? That seems like a lot to me.
>
> Twice the total size of a single repository revision tree, yes.
>

You're pretty good at reading what I mean instead of what I write. :-)

> If we wanted to save the space, we could set up a skeletal tree with
> placeholders for files, then get the data from the server at each
> position in the tree? Or have diff run on a node-by-node basis on the
> server side? (Ick, that centralizes the computation load at the
> server, which is bad. Clients should be running diff.)

Why not just have the diff crawler download both revisions, diff them,
and delete them? Am I missing something?

WRT Greg Stein's suggestions about showing the individual changes:
nice feature, but I think we need cumulative diffs as well.

--ben

---------------------------------------------------------------------
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:53 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.