From owner-freebsd-current@FreeBSD.ORG Sat Dec 10 13:26:25 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A39F1065670 for ; Sat, 10 Dec 2011 13:26:25 +0000 (UTC) (envelope-from hskuhra@fastmail.fm) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id 0FCCE8FC0C for ; Sat, 10 Dec 2011 13:26:24 +0000 (UTC) Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id B8EAA20AF9 for ; Sat, 10 Dec 2011 08:07:52 -0500 (EST) Received: from web2.nyi.mail.srv.osa ([10.202.2.212]) by compute3.internal (MEProxy); Sat, 10 Dec 2011 08:07:52 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.fm; h= message-id:from:to:mime-version:content-transfer-encoding :content-type:references:subject:in-reply-to:date; s=mesmtp; bh= oHbv59S626L92IW+gBspO8UgcqM=; b=lm00fDuSGB82LmaAw42AJMtNzyG1JV5a Oa78ACD+cY8PSGn3uozbI06XQzdMxsuLzowpR69yvj3ghPwc7lo9w5CLLiGUBJRc SrxyM24zykWbO9+96iw81rPh5LaquQq/NhOQFZm70FE5dTX1pV7HGcAy9bC68z+u P761ePU1WKw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:references:subject :in-reply-to:date; s=smtpout; bh=oHbv59S626L92IW+gBspO8UgcqM=; b= usBFfm7v+Kv1/MswHcum5jDmR4m8msqLcbMtN/xitDNKihpcuoI/5MX/TMOBG+Kp fnOa7psBukFX2mGMxuY/wEYxSddR0YlBk0Rgjd+/FhaRM7cy8PS7um9pFC9/ZD6x JLReqtFr8bbNZpAIVbNZWn83VH4oWn5oqLHzb1Sz1+s= Received: by web2.nyi.mail.srv.osa (Postfix, from userid 99) id 907C75C3D67; Sat, 10 Dec 2011 08:07:52 -0500 (EST) Message-Id: <1323522472.7801.140661009894937@webmail.messagingengine.com> X-Sasl-Enc: wbrN+JsjseakVMbZa9XXIB2nuPmmur389GqjJyYvgHlK 1323522472 From: "Herbert J. Skuhra" To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii" X-Mailer: MessagingEngine.com Webmail Interface References: <4EE32D8D.2080308@zedat.fu-berlin.de> In-Reply-To: <4EE32D8D.2080308@zedat.fu-berlin.de> Date: Sat, 10 Dec 2011 14:07:52 +0100 Subject: Re: How to update /usr/src/ using SVN and "make update"? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Dec 2011 13:26:25 -0000 On Sat, Dec 10, 2011, at 10:59, O. Hartmann wrote: > Taking the instruction from manpage make.conf(5) and setting variable > SVN_UPDATE to YES, typing "make update" in /usr/src fails due to svn > can not be found. make.conf(5) also contains a variable "SUP" containing > the path for cvsup or cvsup and I'm desperately missing a similar > variable for subversion. Adding SVN="/usr/local/bin/svn" to /etc/make.conf works. -------------------------------------------------------------- >>> Updating /usr/src using Subversion -------------------------------------------------------------- /usr/local/bin/svn update Updating '.': At revision 228392. -- Herbert