> Do you know which version of BerkeleyDB you're using? Can you send in
> the output of 'otool -L svn'?
Using 4.2 (luckily). I waited until 4.2 was ready before switching to
svn. otool output below.
> Unfortunately, this sounds remarkably like the "BerkeleyDB 4.1.25 on
> Mac
> OS X eats your data and pours sugar in your gas tank" bug but I sure as
> heck hope not--that means that you're most likely going to have to go
> to
> backup.
Heh. Glad I missed that one. The dump+load did work, and I'm back up
and running again (thankfully), just want to know how to avoid it in
the future, if possible. One thing interesting, the original repo had
98 revs; it only dumped 97, and then spit out this error msg:
Dumped revision 97.
svn: No transaction named '3j' in filesystem 'research/db'
Note the '3j' rather than '3k'.
-Dave
========
otool -L `which svn`
/sw/bin/svn:
/sw/lib/libsvn_client-1.0.dylib (compatibility version 1.0.0,
current version 1.0.0)
/sw/lib/libsvn_wc-1.0.dylib (compatibility version 1.0.0,
current version 1.0.0)
/sw/lib/libsvn_ra-1.0.dylib (compatibility version 1.0.0,
current version 1.0.0)
/sw/lib/libsvn_diff-1.0.dylib (compatibility version 1.0.0,
current version 1.0.0)
/sw/lib/libsvn_ra_local-1.0.dylib (compatibility version 1.0.0,
current version 1.0.0)
/sw/lib/libsvn_repos-1.0.dylib (compatibility version 1.0.0,
current version 1.0.0)
/sw/lib/libsvn_fs-1.0.dylib (compatibility version 1.0.0,
current version 1.0.0)
/sw/lib/libsvn_ra_dav-1.0.dylib (compatibility version 1.0.0,
current version 1.0.0)
/sw/lib/libsvn_ra_svn-1.0.dylib (compatibility version 1.0.0,
current version 1.0.0)
/sw/lib/libsvn_delta-1.0.dylib (compatibility version 1.0.0,
current version 1.0.0)
/sw/lib/libsvn_subr-1.0.dylib (compatibility version 1.0.0,
current version 1.0.0)
/sw/lib/libaprutil-0.0.dylib (compatibility version 10.0.0,
current version 10.5.0)
/sw/lib/libgdbm.3.dylib (compatibility version 4.0.0, current
version 4.0.0)
/sw/lib/libdb-4.2.dylib (compatibility version 4.2.0, current
version 4.2.52)
/sw/lib/libexpat.0.dylib (compatibility version 5.0.0, current
version 5.0.0)
/sw/lib/libapr-0.0.dylib (compatibility version 10.0.0, current
version 10.5.0)
/usr/lib/libresolv.9.dylib (compatibility version 1.0.0,
current version 324.0.0)
/sw/lib/libneon.24.dylib (compatibility version 25.0.0, current
version 25.4.0)
/sw/lib/libxml2.2.dylib (compatibility version 9.0.0, current
version 9.2.0)
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current
version 1.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0,
current version 71.0.0)
/sw/lib/libiconv.2.dylib (compatibility version 5.0.0, current
version 5.0.0)
> Crossing my fingers that you're using BDB 4.2 and this is some
> unrelated
> bug.
>
> -Fitz
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 30 20:47:02 2004