From owner-freebsd-questions@FreeBSD.ORG Fri May 8 04:23:03 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 45A78ACF for ; Fri, 8 May 2015 04:23:03 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D74E51C8E for ; Fri, 8 May 2015 04:23:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=Rt7CnjE3BKovk9E4IB1hfS/eA+kjQsBw6+J2Z28/B6o=; b=gLDncI4yqk9VokuaR+1tuTtybIsuZdzr2pmGT+/Ii/UkpVzbrR1EJU97CCfWePj7ZBpUkUH5oUaOZq55xxK7mEWKrie2fkwzX6U0RR74OmCjv3CTaLNtsAm7W46La5znt2KHoKk830dg60rdCUcgz/FeK3fNvqUbx9q62hBA6T0=; Received: from [114.124.3.91] (port=10554 helo=B85M-HD3-0.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1YqYel-001X9P-VD; Thu, 07 May 2015 21:08:57 -0600 Date: Fri, 8 May 2015 11:08:50 +0800 From: Erich Dollansky To: John Cc: freebsd-questions@freebsd.org Subject: Re: local update server, how is it done now? Message-ID: <20150508110850.772a0d56@B85M-HD3-0.alogt.com> In-Reply-To: <20150507101349.GA88580@potato.growveg.org> References: <20150507101349.GA88580@potato.growveg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 May 2015 04:23:03 -0000 Hi, On Thu, 7 May 2015 11:13:49 +0100 John wrote: > I have several local freebsd machines. At present, and for a couple > of years now, I'm using svnlite to run daily updates on each of the > machines, for src and ports. Years ago, I used to use something > called freebsd_cvsup out of the ports which, when installed, asked a > few questions and installed a cvsup mirror that I could point the > other machines to, in order to update from (rather than each one > updating from the internet which is a waste of bandwidth). > > Is there a port that does a similar thing but with git or svnlite? If > not, I guess I have to set up svn by hand but the instructions in the > handbook for this seem to suggest to do this only if it's really > needed. > it is in the base and it is called NFS. I never bothered to have something special about the sources and ports. Erich