From owner-freebsd-ports@FreeBSD.ORG Thu Jan 24 12:42:03 2013 Return-Path: Delivered-To: freebsd-ports@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 66D44507 for ; Thu, 24 Jan 2013 12:42:03 +0000 (UTC) (envelope-from mueller23@insightbb.com) Received: from mail.insightbb.com (smtp.insight.synacor.com [208.47.185.22]) by mx1.freebsd.org (Postfix) with ESMTP id 323483EF for ; Thu, 24 Jan 2013 12:42:02 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=2.0 cv=KKHY/S5o c=1 sm=0 a=Dm9TOXL4taQ+Gy1KovpL+A==:17 a=DvSzqBOGy98A:10 a=pedpZTtsAAAA:8 a=KTtz0Dv9PsYA:10 a=Jvt5j-8eaviNP1rw96AA:9 a=Dm9TOXL4taQ+Gy1KovpL+A==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp01.insight.synacor.com header.from=mueller6724@bellsouth.net; sender-id=neutral Authentication-Results: smtp01.insight.synacor.com smtp.mail=mueller23@insightbb.com; spf=softfail; sender-id=softfail Received-SPF: softfail (smtp01.insight.synacor.com: transitional domain insightbb.com does not designate 74.130.198.7 as permitted sender) Received: from [74.130.198.7] ([74.130.198.7:56096] helo=localhost) by mail.insightbb.com (envelope-from ) (ecelerity 2.2.3.49 r(42060/42061)) with ESMTP id F1/A6-27613-41C21015; Thu, 24 Jan 2013 07:41:56 -0500 Date: Thu, 24 Jan 2013 07:41:56 -0500 Message-ID: From: "Thomas Mueller" To: freebsd-ports@freebsd.org Subject: Re: svn - but smaller? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jan 2013 12:42:03 -0000 To get started regarding svn with only the base system, as in a fresh install, what about the suggestion to download the ports tarball from the FreeBSD server? That can be done using ftp, I believe, or am I wrong? Then svn and its dependencies can be built. Not sure about the compatibility of this extracted tarball regarding subsequent portsnap fetch update or svn up /usr/src (in this case there is no .svn data directory, so it would be necessary to do a fresh svn checkout). Tom