From owner-svn-ports-head@FreeBSD.ORG Wed Mar 6 21:31:25 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 959A9231; Wed, 6 Mar 2013 21:31:25 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ie0-x22e.google.com (mail-ie0-x22e.google.com [IPv6:2607:f8b0:4001:c03::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 4C7869AD; Wed, 6 Mar 2013 21:31:25 +0000 (UTC) Received: by mail-ie0-f174.google.com with SMTP id k10so10181067iea.33 for ; Wed, 06 Mar 2013 13:31:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=6sdUxmOyu8kyxnAMifBjiBtbOI3b2muZUySYgGN2r+4=; b=DanZf9XiMW5rK84aElEBLfNBvVR1I+AS2aXY8tmftuWhaEp2cnCp04qxhPhlgEbBBw 1g1u0cvxEkHvnfwwmrMQPjKiVpu392r3yPIfHfqn+IwDKAPjY/6N56pyXGHLWOVAC87m KeawJxNsAv6oaKN6pkqyN4ZVMBtNmZLgZgR2b9lLKki3hA84ZGnPT9fOjc0VubBvLqIz GBEVZkcTwD83Zw9bGBIyigatCbZ7XGBsRVVPdCEb1ykRgCddAi10Nswo+fEZgl5Lix7v A0fiS/HEBhopaiwW3dYcpistbLTrS3ycdf4fTqXZH4UGfNwszqx7877tkHutbHwG5wcB mKoA== X-Received: by 10.50.152.132 with SMTP id uy4mr12194586igb.62.1362605484932; Wed, 06 Mar 2013 13:31:24 -0800 (PST) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.64.63.12 with HTTP; Wed, 6 Mar 2013 13:30:54 -0800 (PST) In-Reply-To: <20130307.061520.1833130708049778419.hrs@allbsd.org> References: <201303052020.r25KKqMS016047@svn.freebsd.org> <20130307.061520.1833130708049778419.hrs@allbsd.org> From: Chris Rees Date: Wed, 6 Mar 2013 21:30:54 +0000 X-Google-Sender-Auth: rAINpNSQ6XyDAzCAdvjXPdyKjn8 Message-ID: Subject: Re: svn commit: r313475 - in head/net: . ct v6eval v6eval/files To: Hiroki Sato Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Mar 2013 21:31:25 -0000 On 6 March 2013 21:15, Hiroki Sato wrote: > Chris Rees wrote > in : > > cr> Unfortunately a bare add has caused the history of the port to be overwritten. > cr> > cr> When reviving a port you need to use svn cp from its old revision, so > cr> that the history is continuous; addport does this for you. > cr> > cr> Would you mind if I forced a commit with this message (or you can)? > cr> > cr> "The histories of the older net/ct and net/v6eval can be found at r293439" > > Was r293439 the revision when they were removed? I looked for the > revision they removed in head/ but I could not find, so I thought > some removed ports before the svn conversion were not included in the > repository. > > I should have been more careful, but how can I find it in this case? They were actually removed in two separate revisions, so I suppose we should probably mark each individually (r293441 for ct, r293439 for v6eval). I put a little bit in the Committer's Guide linking to a little database I maintain [1,2], but people quite rightly pointed out it's a pain, so I modified addport to do it automatically (addport also fixes MOVED). Easiest way to restore a port is now to get the files from somewhere, fix and use addport on it :) Chris [1] http://people.freebsd.org/~crees/removed_ports/index.xml [Safari and Chrome don't seem to like the formatting :( ] [2] http://www.freebsd.org/doc/en/articles/committers-guide/article.html#Q13.3.1.