From owner-freebsd-doc@FreeBSD.ORG Sun Dec 11 03:40:05 2011 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5AAA11065673 for ; Sun, 11 Dec 2011 03:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2C5958FC08 for ; Sun, 11 Dec 2011 03:40:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBB3e49p021182 for ; Sun, 11 Dec 2011 03:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBB3e4E4021181; Sun, 11 Dec 2011 03:40:04 GMT (envelope-from gnats) Date: Sun, 11 Dec 2011 03:40:04 GMT Message-Id: <201112110340.pBB3e4E4021181@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Benjamin Kaduk Cc: Subject: Re: docs/163162: make.conf(5): Update via 'svn' incomplete described. X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Benjamin Kaduk List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Dec 2011 03:40:05 -0000 The following reply was made to PR docs/163162; it has been noted by GNATS. From: Benjamin Kaduk To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: docs/163162: make.conf(5): Update via 'svn' incomplete described. Date: Sat, 10 Dec 2011 22:38:12 -0500 (EST) This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---559023410-1942965987-1323574692=:882 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed On Sat, 10 Dec 2011, Oliver Hartmann wrote: >> Description: > make.conf(5) describes SVN_UPDATE variable to be set for usage subversion for updating and maintainig /usr/src via "make update". But as with the recent settings and even with SVN_UPDATE set to YES in make.conf a simply "make update" typed in /usr/src will fail with a "svn not found" error, since the path to svn hasn't been properly set. > The file /usr/src/Makefile.inc1 reveals that there are to flags that could be set to target mainance via svn: SVN itself targetting the path to the svn binary and SVNFLAGS setting for the repository to be targeted. None of them are mentioned in make.conf(5) and I'd like to see some notes in make.conf(5) on that. The patch I sent to the thread on -current is attached. -Ben Kaduk ---559023410-1942965987-1323574692=:882 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=make.conf.5.diff.txt Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename=make.conf.5.diff.txt LS0tIG1ha2UuY29uZi41Lm9yaWcJMjAxMS0xMi0xMCAxOTowNDoyMS4wMDAw MDAwMDAgLTA1MDANCisrKyBtYWtlLmNvbmYuNQkyMDExLTEyLTEwIDE5OjEw OjEzLjAwMDAwMDAwMCAtMDUwMA0KQEAgLTMzMyw2ICszMzMsMTIgQEANCiAu UGEgc3JjDQogdHJlZSB3aXRoDQogLkRxIExpICJtYWtlIHVwZGF0ZSIgLg0K K05vdGUgdGhhdCBzaW5jZSB0aGVyZSBpcyBub3QgYSBzdWJ2ZXJzaW9uIGNs aWVudCBpbiB0aGUgYmFzZSBzeXN0ZW0sDQoreW91IHdpbGwgbmVlZCB0byBz ZXQNCisuVmEgU1ZODQordG8gdGhlIHBhdGggdG8gYQ0KKy5YciBzdm4gMQ0K K2JpbmFyeS4NCiAuSXQgVmEgV1dXU1VQRklMRQ0KIC5QcSBWdCBzdHINCiBU aGUgd3d3DQo= ---559023410-1942965987-1323574692=:882--