From owner-svn-ports-head@freebsd.org Fri Mar 22 05:56:00 2019 Return-Path: Delivered-To: svn-ports-head@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 1225F155B816; Fri, 22 Mar 2019 05:56:00 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A72856B8A5; Fri, 22 Mar 2019 05:55:59 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 92CCCD96C; Fri, 22 Mar 2019 05:55:59 +0000 (UTC) Date: Fri, 22 Mar 2019 05:55:59 +0000 From: Alexey Dokuchaev To: Greg Lewis Cc: Greg Lewis , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r496416 - head/java/openjdk12 Message-ID: <20190322055559.GA1905@FreeBSD.org> References: <201903210438.x2L4cpLj076411@repo.freebsd.org> <20190321094536.GA5955@FreeBSD.org> <20190321132458.GA14242@misty.eyesbeyond.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190321132458.GA14242@misty.eyesbeyond.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: A72856B8A5 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.94 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.94)[-0.942,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 22 Mar 2019 05:56:00 -0000 On Thu, Mar 21, 2019 at 06:24:58AM -0700, Greg Lewis wrote: > On Thu, Mar 21, 2019 at 09:45:36AM +0000, Alexey Dokuchaev wrote: > > On Thu, Mar 21, 2019 at 04:38:51AM +0000, Greg Lewis wrote: > > > New Revision: 496416 > > > URL: https://svnweb.freebsd.org/changeset/ports/496416 > > ... > > Greg, > > > > Apparently you're not doing repocopies correctly. Please fix the > > mess and readd these properly, that is, with history preserved. > > I'd like to understand what I did wrong before doing that. I started out > doing the repocopy the same as the others I did last week. Which is just > > svn cp openjdk11 openjdk12 > > I then modified the files and tried to commit. Only to get caught up by > a pre-commit hook which complained that I hadn't done that. I reverted > and tried again only for svn to somehow decide that these files were not > there, even though they were. I'm not exactly sure what went wrong in your procedure, but looking at your recent commits it seems you've eventually figured it out. :-) ./danfe