Minor logic bug
From: Jeff Squyres <jsquyres_at_osl.iu.edu>
Date: 2001-12-08 00:55:23 CET
I found a minor bug in the logic that checks the version of db. It
Here's the code as it is now:
if (major < SVN_FS_WANT_DB_MAJOR
Hence, if the desired version is 4.5.6, and the actual version is 4.6.0
This bit me when I tried to use DB 4.0.14 with SVN (yes, I know this is
The patch is simple enough, and is attached.
{+} Jeff Squyres
---------------------------------------------------------------------
|
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.