Newsgroups: php.doc,php.internals Path: news.php.net Xref: news.php.net php.doc:969387753 php.internals:112649 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 63976 invoked from network); 29 Dec 2020 22:29:57 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 29 Dec 2020 22:29:57 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id EAB731804C4; Tue, 29 Dec 2020 14:04:29 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_20,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from mail-ed1-f41.google.com (mail-ed1-f41.google.com [209.85.208.41]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS; Tue, 29 Dec 2020 14:04:29 -0800 (PST) Received: by mail-ed1-f41.google.com with SMTP id y24so13794561edt.10; Tue, 29 Dec 2020 14:04:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=v93dS4A06OTLjfP9gVMHTekdwooD4wc2BULYpPk+DNI=; b=DVM4Qx+gztm+pm1n2iLFmHCFYx4ghzUuDn6V+OLFLmnK7aM9J4cnhGkdQqMhXzl2A4 KrGYJCHKqFcKfNIH9+cB2jBZMG1MpMAcRyjJmg3DJx6nBrTHpXccbHuyeqBy34NlIfdo U4ISlsH6s3u1uxQMqqqlbCa+3uZfmnSSQaSHtrp9HNPYPJMxObZsi90WJoqSfN4ELOOd ewb91hIT2bT99BnBHNcsYSaNyNPjMLJkIwaCEVHw6+bCYbh5hG0xV1xGliaBa9RHwbbK akN7AVlEwPk7Bkua+jEv2fJgcv2n1TcOdYehpeeFY442LWoY+57bKQEoOCI6QDgyZyrn 3+uw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=v93dS4A06OTLjfP9gVMHTekdwooD4wc2BULYpPk+DNI=; b=uJw6BCj7eazcRDXk2Hww4SAyWT8jg0nJEAnmkRUTGGiK5Jr503Z+yV2UayrRI23SNb 7SkwJW9eps32ln9VSK2F3EFlfPufRpQe2JXlsmPZnRvW3tp9psDFHcWmJTfrXA2ntTKn DvkBDifRj6WbiO+J1jI5vvb257OCG//4R1GyaccdmCQRQNYgaDEkV5G5+8PDcbRq94fv ovzAUbVSW6TeC/UirN2t6uofRmFq6Oa/+e8uDvwAdxyKSKIinu8JygSxV1gPlVUHkYrV doangAvpdl49hSWpyrBP9dJzGr+ckclpiRBA0wOuYY+wPueZJr12cZY4fhUWx4YZ7u+t uwbA== X-Gm-Message-State: AOAM533AjGRob5rgz3HaeyUyIBEsc67W+GHJkIPg10FFtRpYEEF2ZYV+ oHucODrZg85HM2MA/yCdYnllwKVtgVECv9UZgLc= X-Google-Smtp-Source: ABdhPJzPgAN50nWcfnODRkFs8YMNpRbjq7B7Dpk/+3WTj/mRstnq7JCSpeJvlE6yT1JxVM2VZIzjLCA8gggY7TT4mxM= X-Received: by 2002:aa7:c403:: with SMTP id j3mr47227824edq.217.1609279465019; Tue, 29 Dec 2020 14:04:25 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: Date: Tue, 29 Dec 2020 23:04:13 +0100 Message-ID: To: Tiffany Taylor Cc: =?UTF-8?B?8J+YiSBHb29kIEd1eSDwn5iJ?= , PHP internals , PHP Documentation ML Content-Type: multipart/alternative; boundary="000000000000db5bef05b7a19205" Subject: Re: [PHP-DEV] Re: Moving from SVN to git - finally! From: george.banyard@gmail.com ("G. P. B.") --000000000000db5bef05b7a19205 Content-Type: text/plain; charset="UTF-8" Just for information I'm working on establishing a revcheck from git, I'm expecting this to be done within the next couple of days as last year I was playing around making doc.php.net a static website built via GitLab CI. This would also take care of mapping SVN revision to git commits, such a hashmap can be easily create after parsing the content of the following git command: git log --grep="git-svn-id" --format="%H:%(trailers:valueonly,unfold,key=git-svn-id,separator=%n)" used in the doc-en repo. I will try to keep the list updated on the progress. Best regards, George P. Banyard --000000000000db5bef05b7a19205--