Re: [PHP-DEV] Re: Moving from SVN to git - finally!
[email protected] ("G. P. B.")
| Newsgroups | php.doc,php.internals |
|---|---|
| Message-ID | <CAFPFaM+ZBO-zPmBVAHi2ZPZLZ4JYW7S66vVO3ARSinjLk=XfqQ@mail.gmail.com> |
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