From owner-svn-src-all@freebsd.org Tue Mar 20 15:54:43 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D2C81F57F30 for ; Tue, 20 Mar 2018 15:54:43 +0000 (UTC) (envelope-from giffunip@yahoo.com) Received: from sonic312-20.consmr.mail.bf2.yahoo.com (sonic312-20.consmr.mail.bf2.yahoo.com [74.6.128.82]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7CAE4792F3 for ; Tue, 20 Mar 2018 15:54:43 +0000 (UTC) (envelope-from giffunip@yahoo.com) X-YMail-OSG: JvJz4DwVM1nsv80lE3LIsANSaYyfmbJkBfGX0KrPfnB.ge3Yi2tJWE8v9Tbsc0F MhApCGddFYXLt5vtdfASIpJO09Ym6jE0rssbjOHN4GW.H0oSng6VJr7ddTYMSVPl9Sc8XltS6Txy fUkYNXBwPNjVzJ4T.dyMgfsS.kZE42ZtvWqtGNIItt_IQB8KikgNG4zRcs20aEv3ISkkBIJcNTMW FpAiBToE3HXUCt1ZNC3kqlce_IhFXmbhauzEyLDv5pCsKdNz2MU2EM1mBGL.4gAlHVEnPsYnbPaO TH.itIHSGMzkcm.wLpnACg.nu24bPSbrIu73EcpWVSeDqZp7Ye6UHgFvaFZ511eJgRYLbypdvt7K onNnt8wZDCRHpgN7I6o7SVYs7j6jhRhcwXxr_N1V6l_uxAV4cD9fTTMljZGmZlMjIPDeKfg81jBL Jo8uM0AAk5uWYYG1QQ.yslauvE8LYhG4RE4lNuINrV0wZfDeRK8t7l4HXj0LCoZnyxbrSriGEqA9 zYY_pHrBPI88fgYFeMgjM9FRB4F8xPzlsTS1DCzk- Received: from sonic.gate.mail.ne1.yahoo.com by sonic312.consmr.mail.bf2.yahoo.com with HTTP; Tue, 20 Mar 2018 15:54:37 +0000 Received: from 181.52.72.201 (EHLO [192.168.0.4]) ([181.52.72.201]) by smtp425.mail.bf1.yahoo.com (Oath Hermes SMTP Server) with ESMTPA ID 5ddeb1f8a02938b1868d1a6096f738cd; Tue, 20 Mar 2018 15:54:35 +0000 (UTC) Subject: Re: svn commit: r331218 - in vendor/processor-trace: . 24982c1a6fce48f1e416461d42899805f74fbb26 24982c1a6fce48f1e416461d42899805f74fbb26/doc 24982c1a6fce48f1e416461d42899805f74fbb26/doc/man 24982c1a6fc... To: John Baldwin , Ruslan Bukin Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org References: <201803191834.w2JIY8WH053697@repo.freebsd.org> <1956273.kgoNNMadGV@ralph.baldwin.cx> From: Pedro Giffuni Message-ID: Date: Tue, 20 Mar 2018 10:54:33 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <1956273.kgoNNMadGV@ralph.baldwin.cx> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Mar 2018 15:54:44 -0000 On 19/03/2018 14:43, John Baldwin wrote: > On Monday, March 19, 2018 06:34:08 PM Ruslan Bukin wrote: >> Author: br >> Date: Mon Mar 19 18:34:08 2018 >> New Revision: 331218 >> URL: https://svnweb.freebsd.org/changeset/base/331218 >> >> Log: >> Import Intel Processor Trace library. >> >> Git ID 24982c1a6fce48f1e416461d42899805f74fbb26 >> >> Sponsored by: DARPA, AFRL >> Differential Revision: https://reviews.freebsd.org/D12815 > Presumably you meant to import this to vendor/processor-trace/dist and then do an 'svn cp' > to tag it to the git hash? If you do the svn cp from the git hash instead of from dist > I'm not sure if future 'svn merge' requests from the vendor area will work correctly when > you try to merge an update. > The git hash makes a terrible tag. I'd prefer we use snapshot/release dates. Pedro.