>
>
>I'm on DB 4.1.25. I've just tested ra_svn, that seemed to work fine but then
>messed up the repository...ugh.
>
>Probably I try 4.0 next.
>
>BTW, I'm running svn dev snapshots on self-compiled httpd (2.0.44) on Debian
>Woody x86 over a 100MBit Ethernet. Should I stick to a particular svn version
>to try those issues?
>
>
This is the first I've seen anyone reporting these problems on a
non-RedHat box. Before you change your db version, could you try this
patch and see what happens?
Index: subversion/libsvn_fs/fs.c
===================================================================
--- subversion/libsvn_fs/fs.c (revision 4721)
+++ subversion/libsvn_fs/fs.c (working copy)
@@ -163,7 +163,7 @@
/* Checkpoint any changes. */
{
- int db_err = env->txn_checkpoint (env, 0, 0, 0);
+ int db_err = env->txn_checkpoint (env, 8000, 60, 0);
#if SVN_BDB_HAS_DB_INCOMPLETE
while (db_err == DB_INCOMPLETE)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Feb 4 18:28:54 2003