From owner-freebsd-stable@FreeBSD.ORG Mon Dec 10 15:50:48 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2444ABDB for ; Mon, 10 Dec 2012 15:50:48 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.78]) by mx1.freebsd.org (Postfix) with ESMTP id BB6998FC1B for ; Mon, 10 Dec 2012 15:50:47 +0000 (UTC) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1Ti5cz-00006a-Nf for freebsd-stable@freebsd.org; Mon, 10 Dec 2012 16:50:46 +0100 Received: from [81.21.138.17] (helo=ronaldradial.versatec.local) by smtp.greenhost.nl with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1Ti5cz-0002U3-HX for freebsd-stable@freebsd.org; Mon, 10 Dec 2012 16:50:45 +0100 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-stable@freebsd.org Subject: Re: How to update ports tree indexes when using svn References: <28991355150396@web18f.yandex.ru> Date: Mon, 10 Dec 2012 16:50:44 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Ronald Klop" Message-ID: In-Reply-To: <28991355150396@web18f.yandex.ru> User-Agent: Opera Mail/12.11 (Win32) X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.0 X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20 autolearn=disabled version=3.3.1 X-Scan-Signature: 7b320cd02cd98c580351ccd23ba1512a 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: Mon, 10 Dec 2012 15:50:48 -0000 On Mon, 10 Dec 2012 15:39:56 +0100, S.N.Grigoriev wrote: > Hi list, > > after the security announcement > (http://www.freebsd.org/news/2012-compromise.html) I use svn to update > my local ports tree. I've found out that the port index is not updated. > What is the preferred/recommended way to update port indexes when using > svn? Unless you are a ports committer I recommend you use portsnap to update your ports tree. It takes care of the INDEX file too. Ronald.