From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 122111 invoked by alias); 18 Dec 2019 00:52:12 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 122097 invoked by uid 89); 18 Dec 2019 00:52:12 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.7 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=sk:check_G, rw-r, check_gnu_style_libpy, UD:check_GNU_style_lib.py X-HELO: esa1.mentor.iphmx.com Received: from esa1.mentor.iphmx.com (HELO esa1.mentor.iphmx.com) (68.232.129.153) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 18 Dec 2019 00:52:11 +0000 IronPort-SDR: xKfw92U5TPHyDlZ9jsA0pGFzEhxFIhT4p1bDB1pognpHismO8KzQVcDTsWVfohSm0vED31bL0w VN4TR98hiN8lYsbh5N+yERe4cRRH5WoO26iVKc0fXPkMjhuiyuLnsLCqRJ1IdGwYyUst6/jdy9 h6JBkFyUYnHClof9qRRjHDLhe9iWH0RJgXgmYXzYVszNfD7xh79vkex9NBkNWXKQcuMQQoWC26 xQRZ47/QfAISskS8d+lEx10zyx53IqH1AJJtyVNRiDv8TSXQ36dm2C76QDm6rbUo1+YjQfJf3y +gQ= Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa1.mentor.iphmx.com with ESMTP; 17 Dec 2019 16:52:09 -0800 IronPort-SDR: m5U/8WL9WYxDva0I/IUu7Wm/6oB7if0jkgqewKcp2pSoluAn4B6lJl9i1nRrb2urrQxs6tcAJV ELgI/ilLIRsOZqp/C3tC8+JzsP93xidUO+OwmPig/zw0ChRHqxXOY++jEihe9JKolMlsn0TLBw dKdcDrLJY84JZwAiydtfs1RG6KrDl+W3RYg5KGJ5HAD3ir9O0n29LEFov3wiTKhR5mzbEIJuHJ yLz34YuO7jDGaAO+hvIUkJ+jpOfav4VRZOtYJSyp3wXYfZKKbJQu5CcpaWJkXsFb/QoNu8Z0NR sOs= Date: Wed, 18 Dec 2019 00:52:00 -0000 From: Joseph Myers To: Bernd Schmidt CC: , Subject: Re: Test GCC conversion with reposurgeon available In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Return-Path: joseph@codesourcery.com X-SW-Source: 2019-12/txt/msg00270.txt.bz2 On Wed, 18 Dec 2019, Bernd Schmidt wrote: > On 12/17/19 10:32 PM, Joseph Myers wrote: > > git+ssh://gcc.gnu.org/home/gccadmin/gcc-reposurgeon-1a.git > > It seems that permission bits are not reproduced entirely correctly. For > example, contrib/check_GNU_style_lib.py went from -rwxr-xr-x in svn (and the > git-svn repository) to -rw-r--r-- in this new git repository. Thanks, I've reduced this to a minimal test for Eric, so hopefully it should be resolved soon. I've also implemented comparison of execute permissions in my script checking branch tips, so future conversions will be fully checked in that regard (including the one I'm running right now, although since that one is with unfixed reposurgeon the comparison will just show exactly where there are problems - which should help show whether there are any cases of permission issues different from my minimal test; all cases I see on trunk / master match the pattern of that minimal test). > I vote for including .cvsignore files. Their absence makes diff comparisons of > "git ls-tree" on specific revisions needlessly noisy. This has been implemented, so future conversion runs (again, not the one running right now, which just addresses issues 4 and 5 from my list and is based on r279452 rather than r279402 so includes two days' more changes from SVN) will have .cvsignore files included in the git repository. -- Joseph S. Myers joseph@codesourcery.com