You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Mo DeJong <md...@cygnus.com> on 2001/05/25 08:36:19 UTC

Minor patch to improve db error message.

Hello.

Here is a very small patch that improves the message
printed when the user configures without db. There
is no reason to send people looking around the
sleepycat website, right?

cheers
Mo

Index: configure.in
===================================================================
RCS file: 
/usr/local/tigris/data/helm/cvs/repository/subversion/configure.in,v
retrieving revision 1.81
diff -u -r1.81 configure.in
--- configure.in	2001/05/24 13:40:17	1.81
+++ configure.in	2001/05/25 08:32:45
@@ -280,7 +291,9 @@
 the server, requires Berkeley DB version 3.2.9 or newer, which you
 don't seem to have installed.  We have created makefiles which will
 build the Subversion client code only, and skip the server.
-You can find latest version of Berkeley DB at http://www.sleepycat.com.])
+You can find the latest version of Berkeley DB here:
+http://www.sleepycat.com/update/3.2.9/db-3.2.9.tar.gz
+])
   ;;
 esac
 

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

Re: Minor patch to improve db error message.

Posted by Greg Stein <gs...@lyra.org>.
Absolutely right! I've checked in... thx.

Cheers,
-g

On Fri, May 25, 2001 at 01:36:19AM -0700, Mo DeJong wrote:
> Hello.
> 
> Here is a very small patch that improves the message
> printed when the user configures without db. There
> is no reason to send people looking around the
> sleepycat website, right?
> 
> cheers
> Mo
> 
> Index: configure.in
> ===================================================================
> RCS file: 
> /usr/local/tigris/data/helm/cvs/repository/subversion/configure.in,v
> retrieving revision 1.81
> diff -u -r1.81 configure.in
> --- configure.in	2001/05/24 13:40:17	1.81
> +++ configure.in	2001/05/25 08:32:45
> @@ -280,7 +291,9 @@
>  the server, requires Berkeley DB version 3.2.9 or newer, which you
>  don't seem to have installed.  We have created makefiles which will
>  build the Subversion client code only, and skip the server.
> -You can find latest version of Berkeley DB at http://www.sleepycat.com.])
> +You can find the latest version of Berkeley DB here:
> +http://www.sleepycat.com/update/3.2.9/db-3.2.9.tar.gz
> +])
>    ;;
>  esac
>  
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

-- 
Greg Stein, http://www.lyra.org/

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