From owner-freebsd-stable@FreeBSD.ORG Fri Jan 4 04:59:32 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 00A05D8D for ; Fri, 4 Jan 2013 04:59:31 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by mx1.freebsd.org (Postfix) with ESMTP id 8CFBD97F for ; Fri, 4 Jan 2013 04:59:31 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id hj13so9001009wib.7 for ; Thu, 03 Jan 2013 20:59:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=K1Vhkjg+LjTSinsluS1LRQxgkKVMt1ug73FBB47glrk=; b=Q0bQ1EuO8ZTMHvmPIHoTqXy76rdmQZdBkE0fOec8tZae3g/BbezBrD7eiul0jViXU5 3Qr+p/TypAfdfvm/pNNGH4bHJRNWq26ya0dFUKDthqJeGfg7hrUQRdFvyRujY5UMdQc6 XPjJPKZcNill2GvCRRUUMuk4uxta4nG9IolElA1LSHvhUgHaCB6zuXyYhY8EIJb4t8g7 tVXqKtbZ2g0nJm7UzDG+N0Zz+GPA6MgZBYbwAMv33jrG5uvq8nrAqxotsehrMJWykxWj h0CJ2Ejt3inQ5icmKcOv/Ykd0mYi+iMUqPhCnKk4Y6Gm860CAQLW0E5o7sQbDFDEJyot clnw== MIME-Version: 1.0 Received: by 10.194.23.37 with SMTP id j5mr81555515wjf.28.1357275570581; Thu, 03 Jan 2013 20:59:30 -0800 (PST) Received: by 10.216.172.197 with HTTP; Thu, 3 Jan 2013 20:59:30 -0800 (PST) In-Reply-To: <6BF95EA404024B1F9412309111AC58D8@white> 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> <20130104082626.4e9392b1@X220.ovitrap.com> <6BF95EA404024B1F9412309111AC58D8@white> Date: Fri, 4 Jan 2013 06:59:30 +0200 Message-ID: Subject: Re: Does / Is anyone maintaining CVS for FreeBSD? From: Kimmo Paasiala To: Dewayne Geraghty Content-Type: text/plain; charset=UTF-8 Cc: Erich Dollansky , 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 04:59:32 -0000 On Fri, Jan 4, 2013 at 6:45 AM, Dewayne Geraghty wrote: >> -----Original Message----- >> From: owner-freebsd-stable@freebsd.org >> [mailto:owner-freebsd-stable@freebsd.org] On Behalf Of Erich Dollansky >> Sent: Friday, 4 January 2013 12:26 PM >> To: Patrick M. Hausen >> Cc: Eitan Adler; freebsd-stable@freebsd.org >> Subject: Re: Does / Is anyone maintaining CVS for FreeBSD? >> >> 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 >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to >> "freebsd-stable-unsubscribe@freebsd.org" > > Erich, If there's a more lightweight way than : > 1. cd /usr/ports/devel/subversion > 2. turning off all options > 3. turn on these options: ENHANCED_KEYWORD P4_STYLE_MARKERS STATIC > 4. make install > 5. Copy the svn as needed. The image should be 4.2MB > Then I'd be happy to adopt. > > Regards, Dewayne. > Even better, 4. make package 5. pkg_install or 'pkg install' the created package on the other machines.