You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Brandon Ehle <az...@yahoo.com> on 2002/12/11 05:45:51 UTC

[PATCH] db-configure-fixes.patch

* configure.in:
  Search common vendor directories for instances of DB-4.1 & DB-4.0.

Index: configure.in
===================================================================
--- configure.in	(revision 4084)
+++ configure.in	(working copy)
@@ -175,7 +175,7 @@
 SVN_FS_WANT_DB_PATCH=14
 # Look for libdb4.so first:
 SVN_LIB_BERKELEY_DB($SVN_FS_WANT_DB_MAJOR, $SVN_FS_WANT_DB_MINOR,
-                    $SVN_FS_WANT_DB_PATCH, [db4 db])
+                    $SVN_FS_WANT_DB_PATCH, [db-4.1 db41 db-4.0 db4 db])
 
 
 # Only add *_APACHE_RULE if we also have db, since mod_dav_svn depends on it.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] db-configure-fixes.patch

Posted by Brandon Ehle <az...@yahoo.com>.
> 
>
>Didn't we have a patch like this before? IIRC I was against it because
>we do not yet fully support DB-4.1. One of the reasons is that no
>officially released httpd-2.0 contains an APR that's compatible with DB-4.1.
>  
>
Don't know anything about that, the only reason I fired this patch off 
is because I've found a case where DB-4.1 fixes a stability problem that 
occurs with DB-4.0.  See issue 995.

http://subversion.tigris.org/issues/show_bug.cgi?id=995



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

RE: [PATCH] db-configure-fixes.patch

Posted by Sander Striker <st...@apache.org>.
> From: Branko Cibej [mailto:brane@xbc.nu]
> Sent: Wednesday, December 11, 2002 7:50 AM

> Didn't we have a patch like this before? IIRC I was against it because
> we do not yet fully support DB-4.1. One of the reasons is that no
> officially released httpd-2.0 contains an APR that's compatible with DB-4.1.

We did.  The things that need to be done is enhance apr-utils detection
and then use the detected db in subversion.  There is an issue on this: 1036.

Sander


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] db-configure-fixes.patch

Posted by Branko Čibej <br...@xbc.nu>.
Brandon Ehle wrote:

> * configure.in:
>  Search common vendor directories for instances of DB-4.1 & DB-4.0.
>
> Index: configure.in
> ===================================================================
> --- configure.in    (revision 4084)
> +++ configure.in    (working copy)
> @@ -175,7 +175,7 @@
> SVN_FS_WANT_DB_PATCH=14
> # Look for libdb4.so first:
> SVN_LIB_BERKELEY_DB($SVN_FS_WANT_DB_MAJOR, $SVN_FS_WANT_DB_MINOR,
> -                    $SVN_FS_WANT_DB_PATCH, [db4 db])
> +                    $SVN_FS_WANT_DB_PATCH, [db-4.1 db41 db-4.0 db4 db])
>
>
> # Only add *_APACHE_RULE if we also have db, since mod_dav_svn depends
> on it.

Didn't we have a patch like this before? IIRC I was against it because
we do not yet fully support DB-4.1. One of the reasons is that no
officially released httpd-2.0 contains an APR that's compatible with DB-4.1.


-- 
Brane Čibej   <br...@xbc.nu>   http://www.xbc.nu/brane/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org