From owner-freebsd-questions@FreeBSD.ORG Wed Jan 16 19:19:28 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8993C12F for ; Wed, 16 Jan 2013 19:19:28 +0000 (UTC) (envelope-from jnagyjr1978@gmail.com) Received: from mail-yh0-f44.google.com (mail-yh0-f44.google.com [209.85.213.44]) by mx1.freebsd.org (Postfix) with ESMTP id 4F9796F2 for ; Wed, 16 Jan 2013 19:19:28 +0000 (UTC) Received: by mail-yh0-f44.google.com with SMTP id f11so285581yha.31 for ; Wed, 16 Jan 2013 11:19:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=eWHqv1N2rHp39LREV1kTYGIIoOmft/WK9NIBAy/EYlA=; b=hdBoOZsgSHTsZX2+KzSfsKBFwXmQb3HnzBb2IQEeOaTtvZ/zkZWpUuO8l6mWtr9N/Y hgESTemFdur1KK+fep3MykBkpnqnqj+b+rhgah0AhLyVuH9+N/DSoDohEwbxVO8ah1q3 s++gcT9OvQg4v2yuOFdf33PtDL92zpBmRxz3o+lvBrHhc8y6kR///C6JosrdW01uIgLm K4mY8li/yvZJg4xs0D9LKPrqgLeE6eOa+g3ewzDkIGz+ZIe9OP1aPzXYipifKVaDydcQ rToWElJS1P3oetDOpt87CYcraxufp80tCIACS270m0eQQfRepVH8zONxwCmbNxNg8EVS ftKA== X-Received: by 10.236.89.107 with SMTP id b71mr2453108yhf.86.1358363962423; Wed, 16 Jan 2013 11:19:22 -0800 (PST) Received: from [192.168.1.33] (vid-196.dhcp.grp10.tnmmrl.infoave.net. [204.116.254.196]) by mx.google.com with ESMTPS id w16sm17761044ank.19.2013.01.16.11.19.20 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 16 Jan 2013 11:19:21 -0800 (PST) Message-ID: <50F6FD37.5060309@gmail.com> Date: Wed, 16 Jan 2013 13:19:19 -0600 From: "Joseph A. Nagy, Jr" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130112 Thunderbird/17.0.2 MIME-Version: 1.0 To: Peter Vereshagin Subject: Re: svn bdb checkout? References: <20130116185832.GB8524@external.screwed.box> In-Reply-To: <20130116185832.GB8524@external.screwed.box> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jan 2013 19:19:28 -0000 On 01/16/13 12:58, Peter Vereshagin wrote: > Hello. > > By far the 'portsnap' has a lag from svn. I think firefox-18.0,1 update was > late at 4 days at the least, for instance. > > Thus I'd like to move to svn for base and ports. Have you read the handbook? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html Subversion Method If more control over the ports tree is needed (for example, for maintaining local changes), Subversion can be used to obtain the Ports Collection. Refer to the Subversion Primer for a detailed description of Subversion. Subversion must be installed before it can be used to check out the ports tree. If a copy of the ports tree is already present, install Subversion like this: # cd /usr/ports/devel/subversion # make install clean If the ports tree is not available, Subversion can be installed as a package: # pkg_add -r subversion If pkgng is being used to manage packages, Subversion can be installed with it instead: # pkg install subversion Check out a copy of the ports tree. Use a specific Subversion mirror close to your geographic location instead of svn.FreeBSD.org in the command below for better performance. Committers should read the Subversion Primer first to be sure the correct protocol is chosen. # svn checkout svn://svn.FreeBSD.org/ports/head /usr/ports To update /usr/ports after the initial Subversion checkout: # svn update /usr/ports http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/updating-upgrading.html That should help with base. -- Yours in Christ, Joseph A Nagy Jr "Whoever loves instruction loves knowledge, But he who hates correction is stupid." -- Proverbs 12:1 Emails are not formal business letters, whatever businesses may want. Original content CopyFree (F) under the OWL http://owl.apotheon.org