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

Re: refrobnicated repository again

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-01-25 19:43:29 CET

On Fri, Jan 25, 2002 at 10:21:55AM -0600, Ben Collins-Sussman wrote:
>...
> (The 'hot-backup.py' script that we run on each commit wasn't fully
> doing it's job: it was removing useless logs from the *backup* copy,
> not the live repository. I think this still needs to be fixed!)

hot_backup should not be changing the repository; certainly not deleting the
log files in there.

I believe it wasn't removing the log files from the backups because there
was a stale /usr/backup/lock file sitting around. You probably want to put a
try/finally block in there to ensure the lock file is removed.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
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:37:00 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.