From owner-freebsd-questions@FreeBSD.ORG Fri Nov 3 18:32:20 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 3EAB116A412 for ; Fri, 3 Nov 2006 18:32:20 +0000 (UTC) (envelope-from danielby@slightlystrange.org) Received: from catflap.slightlystrange.org (cpc3-cmbg1-0-0-cust506.cmbg.cable.ntl.com [82.21.101.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0899243D53 for ; Fri, 3 Nov 2006 18:32:18 +0000 (GMT) (envelope-from danielby@slightlystrange.org) Received: from danielby by catflap.slightlystrange.org with local (Exim 4.63 #0) id 1Gg3qG-000CGZ-4g by authid for ; Fri, 03 Nov 2006 18:32:36 +0000 Date: Fri, 3 Nov 2006 18:32:35 +0000 From: Daniel Bye To: freebsd-questions@freebsd.org Message-ID: <20061103183235.GA41370@catflap.slightlystrange.org> Mail-Followup-To: freebsd-questions@freebsd.org References: <45475482.5020604@verysmall.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XsQoSWH+UP9D9v3l" Content-Disposition: inline In-Reply-To: <45475482.5020604@verysmall.org> User-Agent: Mutt/1.4.2.2i X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: danielby@slightlystrange.org X-SA-Exim-Scanned: No (on catflap.slightlystrange.org); SAEximRunCond expanded to false Subject: Re: subversion on boot X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Bye List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Nov 2006 18:32:20 -0000 --XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 31, 2006 at 02:49:54PM +0100, pobox@verysmall.org wrote: > Hello, >=20 > what is the best way to launch subversion (svnserve) on boot? >=20 > So far I did not find out something that can be put in /etc/rc.conf. Apart from the very good suggestions already made, you might like to=20 consider using SSH to automatically invoke an instance of the subversion server each time one of your developers needs to do something on the=20 repository. This gives you the benefit of having your sessions encrypted on the wire, and allows you to use an existing user base. It also means, like starting svnserve from inetd, that you don't need to worry about explicitly starting it or having a largely quiescent daemon hanging around. (This latter point very much depends on the level of activity you expect to see on your server, of course). It takes a little more work to get it working smoothly, but I find it a very handy way of going about it.=20 The excellent Subversion book has much more information. Chapter 6 will probably be of interest. http://svnbook.red-bean.com/nightly/en/index.html HTH Dan --=20 Daniel Bye PGP Key: http://www.slightlystrange.org/pgpkey-dan.asc PGP Key fingerprint: D349 B109 0EB8 2554 4D75 B79A 8B17 F97C 1622 166A --XsQoSWH+UP9D9v3l Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (FreeBSD) iD8DBQFFS4tDixf5fBYiFmoRAmq+AKCYrzrjzsa0ep8+LbMNeGegKdEsBQCbBoD7 dwsEenU2X4qGyZHjxh3Ln48= =wE0k -----END PGP SIGNATURE----- --XsQoSWH+UP9D9v3l--