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

deltification question

From: Karl Chen <quarl_at_hkn.eecs.berkeley.edu>
Date: 2003-11-24 10:11:28 CET

Is there a convenient way to "deltify revisions that have not been
deltified"?

    svnadmin deltify -r1:HEAD repos

increases the database size when run repeatedly (including pruning
log files). (In fact, I wasn't paying attention the first time I
ran it, so I'm not sure it EVER decreases space.)

If there isn't already, maybe there should be a bit in each
revision that says whether it has already been deltified, so svn
can skip over it quickly (and without using more space)?

Seems to me the default interface for use in cron jobs (as opposed
to after each commit) should only require "svnadmin deltify repos"
to deltify anything undeltified, instead of HEAD.

Karl

-- 
Karl Chen 2003-11-24 00:59
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 24 10:12:11 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.