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

RE: deltification question

From: Leeuw van der, Tim <tim.leeuwvander_at_nl.unisys.com>
Date: 2003-11-24 10:17:09 CET

Except that you can explicitly undeltify certain revisions of your choosing,
if for instance it's an often retrieved revision...

So you need another bit saying that this revision should not be
automatically deltified b/c the admin wants to have it undeltified.

regards,

--Tim

-----Original Message-----
From: Karl Chen [mailto:quarl@hkn.eecs.berkeley.edu]
Sent: maandag 24 november 2003 10:11
To: Subversion Development List
Subject: deltification question

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
---------------------------------------------------------------------
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:18:43 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.