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

Re: Auto-cleaning of log files?

From: Peter Valdemar Mørch <pvm_at_capmon.dk>
Date: 2003-04-09 10:36:02 CEST

John Goerzen wrote:
> Failing that, is there any way to set up a cron job to
> do it periodically, without
> having to do a backup at the same time?

As far as I know, most DBs keep log files for the same reason BDB does,
and the same issues about deleting-after-backup could apply to them all.

How about
svnadmin prune
?

Where
svnadmin ? prune
gives a warning about why only to do this after a backup.

And then for atomicity, maybe
svn dump -prune
is in order too...

Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 9 12:02:29 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.