[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: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2001-12-18 23:57:14 CET

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.

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.)

Philip, thoughts?

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