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

Re: [PATCH] Issue #1074: Need a svnadmin command to verify that the repository is not corrupted (Take 2)

From: <cmpilato_at_collab.net>
Date: 2003-08-04 08:59:44 CEST

John Szakmeister <john@szakmeister.net> writes:

> My e-mail client was definitely messing up the patch. This should work
> better.

Oh yeah. That applied cleanly. And for what it's worth, "well done"
to you.

But now (and here is where you can start hating me for not thinking of
this earlier) I have a fear about the algorith. Well, not the
algorithm -- it's the fact that this command will be reading the
entire 'representations' table, and all the strings dangling off those
representations, in a single Berkeley DB transaction. On any
decently-sized repository, I have a feeling this operation will fail
to complete, instead dying due to a lack of available locks.

How big a dataset have you been testing this patch on? My fears may
turn out to be irrational, but something nagging at the back of my
mind warns me of otherwise.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Aug 4 09:01:45 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.