From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by sourceware.org (Postfix) with ESMTPS id F1F03385BF83 for ; Tue, 7 Apr 2020 07:13:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org F1F03385BF83 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 516C5AD77; Tue, 7 Apr 2020 07:13:43 +0000 (UTC) From: =?UTF-8?Q?Martin_Li=c5=a1ka?= Subject: Re: subversion status on gcc.gnu.org To: Joseph Myers , Andrew Pinski Cc: Jakub Jelinek , Jakub Jelinek via Gcc , Overseers mailing list , Andreas Schwab References: <20200320173740.GA117263@elastic.org> <20200402122615.GT2212@tucnak> <20200403201900.GD31864@redhat.com> <81d96f7f-9811-17fb-6158-13c5a5e538e8@suse.cz> <20200405235723.GI31864@redhat.com> <32b46332-b6d6-f5d1-e64e-00992c8111b9@suse.cz> <20200406083752.GO2212@tucnak> <88e497d6-3f3f-5d7e-ebde-16b671a74c30@suse.cz> <20200406085507.GQ2212@tucnak> <874ktxgel8.fsf@igel.home> Message-ID: <2fdb9983-5ce0-078b-ac42-e35d41b54351@suse.cz> Date: Tue, 7 Apr 2020 09:13:42 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-16.6 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_SHORT, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: overseers@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Overseers mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Apr 2020 07:13:46 -0000 On 4/6/20 5:04 PM, Joseph Myers wrote: > On Mon, 6 Apr 2020, Andrew Pinski via Gcc wrote: > >> That is r105377 till r105390 was only ever done on a test SVN repo and >> r105927 (hooks) was the first commit to SVN after the conversion from > > Actually r105926 (creating the hooks directory) was the first commit in > the real SVN conversion. But in addition to SVN hooks deliberately not > being converted to git, commits that only create / remote empty > directories generally weren't converted, as git doesn't represent empty > directories so such commits would be empty, and thus not idiomatically > present at all, in git. > > As for the question about r12345 (cvs2svn-generated creation of a tag that > was deleted shortly after the move from CVS to SVN), it's in git as commit > 229098288e4883d3b78400650e0b4143e12d0a76. Hi. You are right, one can really find the git commit: https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=229098288e4883d3b78400650e0b4143e12d0a76 ? Given a mirror of the full > repository, refs/deleted/r106023.256/tags/libc-960701 points to that > commit - it's not a very useful commit, but it's there if you have the > full repository. Can you please help me how can one clone (or pull) complete content of git repo? > Maybe the RewriteMap was generated based on the > fetched-by-default parts of the repository and should be regenerated based > on a mirror clone to get everything converted from an SVN commit to a git > commit? Yes, it was based on normal git repo one can get from git://gcc.gnu.org/git/gcc.git. Thanks, Martin