Skip to content

Commit a0044d7

Browse files
committed
Add news entry for the Git migration.
1 parent ed033bc commit a0044d7

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

archive/archive.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<uri>http://php.net/contact</uri>
1010
<email>[email protected]</email>
1111
</author>
12+
<xi:include href="entries/2012-03-20-1.xml"/>
1213
<xi:include href="entries/2012-03-01-1.xml"/>
1314
<xi:include href="entries/2012-02-24-1.xml"/>
1415
<xi:include href="entries/2012-02-09-1.xml"/>

archive/entries/2012-03-20-1.xml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<entry xmlns="http://www.w3.org/2005/Atom">
3+
<title>PHP migrates to Git</title>
4+
<id>http://www.php.net/archive/2012.php#id2012-03-20-1</id>
5+
<published>2012-03-20T10:25:52+08:00</published>
6+
<updated>2012-03-20T10:25:52+08:00</updated>
7+
<category term="frontpage" label="PHP.net frontpage news"/>
8+
<link href="http://www.php.net/index.php#id2012-03-20-1" rel="alternate" type="text/html"/>
9+
<link href="http://www.php.net/archive/2012.php#id2012-03-20-1" rel="via" type="text/html"/>
10+
<content type="html">
11+
<div xmlns="http://www.w3.org/1999/xhtml">
12+
<p>
13+
The migration of the PHP source code from Subversion to Git is complete.
14+
You can clone or fork the source from our
15+
<a href="https://github.com/php/php-src">GitHub mirror</a>, and we also
16+
now support pull requests made via GitHub. The source is also available
17+
via <a href="http://git.php.net/">git.php.net</a>, and full instructions
18+
on cloning the php-src tree can be found at
19+
<a href="http://php.net/git">php.net/git</a>.
20+
</p>
21+
22+
<p>
23+
One immediate benefit is that future PHP release tags will be signed by
24+
the PHP development team. We will be releasing GPG keys for verification
25+
purposes in the next few days.
26+
</p>
27+
28+
<p>
29+
More information on the migration and the new workflow can be found at the
30+
<a href="https://wiki.php.net/vcs/gitfaq">Moving to Git FAQ</a> on the PHP
31+
Wiki.
32+
</p>
33+
34+
<p>
35+
Please note that the PHP manual, including translations, continues to be
36+
hosted in Subversion for the time being and will be migrated to Git at a
37+
later date.
38+
</p>
39+
40+
<p>
41+
Many thanks to David Soria Parra for his hard work on making the conversion
42+
to Git a reality, and to Alexander Moskaliov, Florian Anderiasch and
43+
Johannes Schl&#252;ter for their work on the scripts required to support
44+
the conversion. Let the forking begin!
45+
</p>
46+
</div>
47+
</content>
48+
</entry>

0 commit comments

Comments
 (0)