From owner-freebsd-questions@FreeBSD.ORG Sun May 3 09:06:06 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCD65106566B for ; Sun, 3 May 2009 09:06:06 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [83.235.67.30]) by mx1.freebsd.org (Postfix) with ESMTP id 3815A8FC14 for ; Sun, 3 May 2009 09:06:05 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atlantis.dyndns.org (athedsl-4494289.home.otenet.gr [94.71.95.217]) by aiolos.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id n43963vr006221; Sun, 3 May 2009 12:06:04 +0300 Message-ID: <49FD5E7A.8030102@otenet.gr> Date: Sun, 03 May 2009 12:06:02 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.21 (X11/20090414) MIME-Version: 1.0 To: Tim Judd References: <49FD4EE8.3000209@a1poweruser.com> <4ad871310905030146n2690c762pba1baf0c47cdaf66@mail.gmail.com> In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Glen Barber , FreeBSD Questions Subject: Re: source for sysinstall X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 May 2009 09:06:07 -0000 Tim Judd wrote: > On Sun, May 3, 2009 at 2:46 AM, Glen Barber wrote: > > >> On Sun, May 3, 2009 at 3:59 AM, Fbsd1 wrote: >> >>> How can i just download the source for sysinstall? >>> >> http://svn.freebsd.org/base/release/7.2.0/usr.sbin/sysinstall/ >> >> >> -- >> Glen Barber >> >> > > > Shouldn't we give the cvs URI instead of the svn? Isn't cvs the "norm" > whereas svn may be on it's way out? I could totally be in left field about > that though. > > http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/sysinstall/ > Actually, it's the other way round: FreeBSD (src repository) switched to svn from CVS some time ago. Both your link and Glen's are valid though. Source may also be downloaded using csup (although I think the smallest subcollection for sysinstall would be src-usrsbin and you would definitely get more than sysinstall with that).