From owner-freebsd-stable@FreeBSD.ORG Fri Jan 4 01:26:31 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7BB07483 for ; Fri, 4 Jan 2013 01:26:31 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) by mx1.freebsd.org (Postfix) with ESMTP id 1811D1BE for ; Fri, 4 Jan 2013 01:26:31 +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=4HVFqdzQF/saTSV4XZHFvw9gBDkHNNiLqw7qbpjkv+k=; b=Afqg2DjkLlf1ej8fewphdluJCAnaAuLHsf9h6q1bYiR+xy/2POJaupAAP9DuvnByR7TuWYXEWz/xH2yHsMGLtXFXlSmOMA4z8ocmz0Qw4hQ7cjZT7QYY9B12mvOKXJnG; Received: from [122.129.203.50] (port=62326 helo=X220.ovitrap.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1Tqw3J-0008IR-10; Thu, 03 Jan 2013 18:26:29 -0700 Date: Fri, 4 Jan 2013 08:26:26 +0700 From: Erich Dollansky To: "Patrick M. Hausen" Subject: Re: Does / Is anyone maintaining CVS for FreeBSD? Message-ID: <20130104082626.4e9392b1@X220.ovitrap.com> In-Reply-To: <818DF1F6-9C5B-4BDE-867B-ECD8C60E5659@punkt.de> References: <50E1D012.1040004@missouri.edu> <20121231175808.GA1399@glenbarber.us> <6817fb4c15659b194cc658b1dfa58a31.authenticated@ultimatedns.net> <148920333.20121231235441@takeda.tk> <50E3444D.1060307@mu.org> <6794891ed487f426d2c5d0108648f1e0.authenticated@ultimatedns.net> <20130102123148.1f493d00@X220.ovitrap.com> <50E45A03.9080600@FreeBSD.org> <20130103075037.130afa18@X220.ovitrap.com> <50E533F1.5020006@FreeBSD.org> <818DF1F6-9C5B-4BDE-867B-ECD8C60E5659@punkt.de> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) 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: Cc: Eitan Adler , freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2013 01:26:31 -0000 Hi, On Thu, 3 Jan 2013 18:48:01 +0100 "Patrick M. Hausen" wrote: > Hello, > > Am 03.01.2013 um 16:36 schrieb Eitan Adler : > > CVS/SVN should be considered a development tool. Users should not > > see the impact of the switch. In theory. > > > What is the recommended csup replacement for users that did > > cd /usr/src && make update buildworld buildkernel > > as their method of keeping the system current? the above's line keeps the originally installed sources intact and just recompiles them again and again and again ... > > I'm a bit reluctant to installing svn on every system that needs > source updates. Are there more lightweight ways? > The line above will stay the same. Only the process of downloading the changes will change. Erich