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

Re: server problems

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-01-24 18:29:22 CET

Ben Collins-Sussman <sussman@collab.net> writes:
> Cmike/Karl/Greg: I moved a bunch of the repo-bkp's to /home/svn,
> rather than deleting them outright. Can you guys do your
> headification, or whatever you want to do? /home is nearly full too,
> now.
>
> I think we need to stop backing up the whole repository on every
> single commit. I don't even think it's necessary to create a tarball
> of a checked out HEAD on each commit either. Let's just do both
> operations on every 10th commit.

Ack, -1. We still need to backup the full repository on every commit.
We have had to restore from that at least once before, when something
really weird happened to the repository and we couldn't fix it. (Yes,
of course we have to figure out what went wrong, but in the meantime
we need a working repository).

The solution is to remove old repository backups after they're no
longer relevant. I imagine we only should keep the most recent 20 or
so around. We can use that script (headify.sh, just checks out the
head tree from a repos backup) to convert the others and remove the
repositories. That way we don't lose any information, we just make it
a bit harder to retrieve.

We've already headified everything up to rev 793. I'll remove those
repositories, and then headify some more and remove some more.

-K

---------------------------------------------------------------------
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:36:59 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.