[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Minor patch to improve db error message.

From: Mo DeJong <mdejong_at_cygnus.com>
Date: 2001-05-25 10:36:19 CEST

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
Received on Sat Oct 21 14:36:30 2006

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.