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

RE: binary files and repository files

From: Rusk, Patrick <PRusk_at_wellington.com>
Date: 2004-01-22 19:24:38 CET

> if i understand it right, then unused log files are something
> like archive logs in oracle ? i.e. they are not needed to retrieve
> older revisions, only to recovery corrupted repository ?

        That's correct, though I would add that no one particularly
recommends keeping them around to recover a corrupted repository. The
normal practice is to do dumps (with "svn dump") and then use "svn load" on
them to reconsitute a corrupted repository.

        So, the latest versions (0.35+) actually have a feature to discard
log files as soon as they are no longer necessary.

        It is still relevant to make sure that you are not running the
released version that turned off automatic deltification. I think it was
0.33, but I don't remember now.

        Moving up to the latest version will ensure that both of these
situations are dealt with automatically, keeping your repository as small as
possible.

Patrick Rusk

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 22 19:25:43 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.