* Roland Stigge: > I've got a BDB 4.3 repository with a strings file of size 4230414336. > Running "svn ci", "svnadmin verify", etc., the process stalls without an > error (waiting for me to kill the process).
This means that some other process accessing the repository has did, leaving locks around. You should take the repository off-line (to ensure that no process accesses it) and run recovery on it (with "svnadmin recover"). However, a file size of 0xFC270000 is clearly wrong. Are you sure the hardware you are running Subversion on is reliable? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

