Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:108388 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 22038 invoked from network); 4 Feb 2020 16:37:19 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 4 Feb 2020 16:37:19 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id DF85D1804DA for ; Tue, 4 Feb 2020 06:49: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=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-lf1-f41.google.com (mail-lf1-f41.google.com [209.85.167.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 for ; Tue, 4 Feb 2020 06:49:28 -0800 (PST) Received: by mail-lf1-f41.google.com with SMTP id f24so12386061lfh.3 for ; Tue, 04 Feb 2020 06:49:28 -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=qVBohVph+T8JEyN/FPL/sLJF3rX+1mJ7trBNRdJreu8=; b=iNuHat8ipiuum4GH7745vr8cEs6ljIGpbZQL2h73IM9MpdG+WWr6IbO0qKesk/x/8k FdtSYgeXR1zSX+T0sCi7F1x5DOKAvN7EJAZS5Ulqs21RSxLQQ5DhY8rYPmBk35mCj2vv ZwzW4dRTAfcQpv8l+aLJq3fB3U4WIL/S8sOn7AQM7tPpP6W141aJ+IVWzEXSrGxB3/5O srnL8msKDWwSI9cFq39Lpqq3Fj82AqftnytjEDdOIxv3NNH9gki/5DkUq3OgCB+ceiq1 CLHGyDNzW1QpzWeQTLdayO7qiG2mZsKIIK090qEqO3lXiYIHuG0ETC1Oae/WB3o8RgRV dh/w== 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=qVBohVph+T8JEyN/FPL/sLJF3rX+1mJ7trBNRdJreu8=; b=MYXzxunIBye+c6fzk2IjLYjTG7T+Yb/nlw6dGisqa3U2tnqJcvyRllSH7iGdfeYWn1 Kc3fqqMdrvrkS1i1Qm7yIDS80dYhX3oNWMnUv/vZl0BJ0zQ1k8ES74DjzBURINheOjaQ hL8hKci2HO8qOl2x2ISRDoUNE+AM1gnoDczugKbQgSLAWbq05IoS1DbphCY9Evmfy2Vt f+gwfWkTEdxBnsniTLX9gMa2um7VD2e1FnJPRkkxC4AHY1cf16GUgrDNePMnMysKq2Rj Pq1o16WRegmTy1vwgRB8m+bPM1pgfIkK3N4nWaux4OtuyJaMO2TPVfbsZwUfJZiMQR26 c7KA== X-Gm-Message-State: APjAAAVhEMtyGnQTFxjh/jJnbud1/qIE5/ryp2yK0iW7Y3ml06FqXJAa lwAasUhQ/9VqhTj/omPaGpcTMrcDIkNJDiT0pHE= X-Google-Smtp-Source: APXvYqx6iqPJEXu7JXSW78kAoQCWMExAjodd5ydKb7kYupzDFe29LiqITYOjmW+rN/Qo8uAtGz4cMmebVyWAvoEsElE= X-Received: by 2002:ac2:4884:: with SMTP id x4mr15544290lfc.92.1580827765539; Tue, 04 Feb 2020 06:49:25 -0800 (PST) MIME-Version: 1.0 References: <8ee0dbf3-9d81-b580-0b5b-d64a23d25ad5@heigl.org> <395f7fbc-6119-5633-86cb-ca0ef7b61dcc@heigl.org> <890a809f-2c8c-671b-2448-e852075e84ac@heigl.org> In-Reply-To: <890a809f-2c8c-671b-2448-e852075e84ac@heigl.org> Date: Tue, 4 Feb 2020 15:49:09 +0100 Message-ID: To: Andreas Heigl Cc: PHP internals Content-Type: multipart/alternative; boundary="0000000000006a8748059dc125a8" Subject: Re: [PHP-DEV] Re: Moving the documentation to git From: nikita.ppv@gmail.com (Nikita Popov) --0000000000006a8748059dc125a8 Content-Type: text/plain; charset="UTF-8" On Tue, Feb 4, 2020 at 3:46 PM Andreas Heigl wrote: > Hey Nikita. > > Am 04.02.20 um 15:20 schrieb Nikita Popov: > > On Tue, Feb 4, 2020 at 2:08 PM Nikita Popov > wrote: > > > >> On Tue, Feb 4, 2020 at 1:48 PM Andreas Heigl wrote: > >> > >>> Hey Nikita, hey all. > >>> > >>> Am 04.02.20 um 12:11 schrieb Nikita Popov: > >>>> On Tue, Feb 4, 2020 at 8:09 AM Andreas Heigl >>>> > wrote: > >>> > >>>> > >>>> Hi Andreas, > >>>> > >>>> would you mind pushing the current en/de repos to > >>>> https://github.com/phpdoctest/en and de so it's possible to see how > >>> they > >>>> look like now? > >>> > >>> Find the repos (as they should be on git.php.net would I have access) > at > >>> https://github.com/phpdoctest/de and https://github.com/phpdoctest/en > >>> > >>> They are updated after each run of the converter-tool which currently > >>> runs every two hours. > >>> > >> > >> Thanks! It looks like currently the author mapping from svn -> git is > >> missing, which also means we don't get the mapping to github accounts. > I'll > >> send you the author mapping file I have (which is unfortunately > somewhat > >> dated, maybe Peter has a newer one?), it would be great to preserve > >> authorship in a meaningful way. > >> > >> Nikita > >> > > > > In a previous mail you mentioned that the current EN-Revision is now > being > > tracked in a separate file. Could you point out which files that is, > > because I didn't see it in the repo. Or is it part of some other repo? > > The en-revision is tracked in the translated repos only, not in the > english one. > > Have a look at > https://github.com/phpdoctest/de/blob/master/.en-revisions.ref Thanks! I think what confused me is that the last commit to the repo ( https://github.com/phpdoctest/de/commit/10286e6f55405503cecfeae2e91fa030a57a5906) modifies an EN-Revision in a file, but there is no corresponding update to .en-revisions.ref. Shouldn't there be one? PS: I have done "Step 1" and created all the necessary repositories in git.php.net. Nikita --0000000000006a8748059dc125a8--