From owner-freebsd-stable@FreeBSD.ORG Mon Dec 10 15:04:17 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 A305D1C9; Mon, 10 Dec 2012 15:04:17 +0000 (UTC) (envelope-from serguey-grigoriev@yandex.ru) Received: from forward3h.mail.yandex.net (forward3h.mail.yandex.net [IPv6:2a02:6b8:0:f05::3]) by mx1.freebsd.org (Postfix) with ESMTP id 15E2D8FC16; Mon, 10 Dec 2012 15:04:17 +0000 (UTC) Received: from web3h.yandex.ru (web3h.yandex.ru [84.201.186.32]) by forward3h.mail.yandex.net (Yandex) with ESMTP id 83EBA1360CAC; Mon, 10 Dec 2012 19:04:15 +0400 (MSK) Received: from 127.0.0.1 (localhost.localdomain [127.0.0.1]) by web3h.yandex.ru (Yandex) with ESMTP id DF11E691805C; Mon, 10 Dec 2012 19:04:14 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1355151855; bh=uMT07OWH9njXPeSjx6Teg96QhM8YVEH3c6ITV74guns=; h=From:To:Cc:In-Reply-To:References:Subject:Date; b=W0gwRIR+2VRmOSt57xwZXisz+A3nUfqkNJFmY8ol5AbSAqmfS22YuQaxXcPQqhaWF bS+xEA/WD3C/j/61wn1zw5vbBcrPm1Y8RPees20K2u4hLY6fBVD6ijXubYL/0PDzgr NynR44MYcUQLFMZrU4c0yXtCbBwA15uxbFfCLEiQ= Received: from [188.134.22.116] ([188.134.22.116]) by web3h.yandex.ru with HTTP; Mon, 10 Dec 2012 19:04:14 +0400 From: S.N.Grigoriev To: David Wolfskill In-Reply-To: <20121210145109.GO1991@albert.catwhisker.org> References: <28991355150396@web18f.yandex.ru> <20121210145109.GO1991@albert.catwhisker.org> Subject: Re: How to update ports tree indexes when using svn MIME-Version: 1.0 Message-Id: <54421355151854@web3h.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Mon, 10 Dec 2012 19:04:14 +0400 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=koi8-r Cc: FreeBSD Stable , FreeBSD Ports 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:04:17 -0000 10.12.2012, 18:51, "David Wolfskill" : > On Mon, Dec 10, 2012 at 06:39:56PM +0400, 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? >> š... > > First, I've redirected the list recipient from stable@ to ports@, as > this has nothing to do with which branch of the OS you're using, and > everything to do with the Ports collection. > > Second, it also has nothing to do with SVN (vs., e.g, CVS): regardless, > the INDEX is a generated file, and does not come (directly) from the > repository. > > Finally, you can perform "make index" in the ports directory, though > this tends to be time-consuming. š"make fetchindex" is an alternative, > but the usefulness of that depends on how recently that INDEX was built. > > Peace, > david > -- > David H. Wolfskill david@catwhisker.org > Taliban: Evil men with guns afraid of truth from a 14-year old girl. > > See http://www.catwhisker.org/~david/publickey.gpg for my public key. David, thanks for your detailed explanation. Thanks for all who responded my question. Regards, Serguey.