From owner-freebsd-questions@FreeBSD.ORG Thu Jun 29 12:17:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE7C216A40F for ; Thu, 29 Jun 2006 12:17:38 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A37E43D53 for ; Thu, 29 Jun 2006 12:17:38 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 16631 invoked from network); 29 Jun 2006 12:17:38 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 29 Jun 2006 12:17:37 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id C4D692844A; Thu, 29 Jun 2006 08:17:36 -0400 (EDT) To: Warren Liddell References: <200606282220.20054.shinjii@virusinfo.rdksupportinc.com> From: Lowell Gilbert Date: Thu, 29 Jun 2006 08:17:36 -0400 In-Reply-To: <200606282220.20054.shinjii@virusinfo.rdksupportinc.com> (Warren Liddell's message of "Wed, 28 Jun 2006 22:20:19 +1000") Message-ID: <44odwcm9zz.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Problem Upgrading SubVersion X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jun 2006 12:17:39 -0000 Warren Liddell writes: > im Running FreeBSD 6.1-STABLE > > You should build `devel/apr-svn' with db4 support to use subversion with it. > Please rebuild `devel/apr-svn' with option `APR_UTIL_WITH_BERKELEY_DB=yes' and > try again. > > Or you can disable db4 support. Only 'fs' repository backend will be > available. > To disable db4 support, define WITHOUT_BDB. > > *** Error code 1 > > Stop in /usr/ports/devel/subversion. > > Despite what it sais .. i have no idea on how to do what its saying something like: # cd /usr/ports/devel/apr-svn # make deinstall # make install APR_UTIL_WITH_BERKELEY_DB=yes (or use pkgtools if you prefer; probably more convenient) > or why i > need to do it when it previously installed fine. The new version of subversion obviously needs features that the previous version did not. You do *not* "need" to do it; you can stick with the old version of subversion if you prefer.