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

Re: Mass-commit results...

From: <kfogel_at_collab.net>
Date: 2001-08-29 23:20:32 CEST

cmpilato@collab.net writes:
> Well, I forgot the sleep 1 in my script, so I got the DB_INCOMPLETEs,
> but I did just make 1000 commits of random text and binary files over
> DAV without any visible subversion bugs (no working copy locks, no
> svndiff errors, etc.). 1.3 gig repository before archival, 149 megs
> afterward.

Just so people know, "archival" here means simply

   $ cd /path/to/repository/db
   $ /usr/local/BerkeleyDB.3.3/bin/db_archive | xargs rm

db_archive, when invoked like that, just tells you what log files are
no longer being used. We'll have slightly more sophisticated
procedures for backing up the repository, of course, that will
probably also involve the db_archive tool. See the online docs at
sleepycat.com for more if you're curious.

-Karl

---------------------------------------------------------------------
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:37 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.