1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
This commit is contained in:
Hannes Magnusson
2009-07-30 10:42:44 +00:00
parent 35c2ca5c9e
commit 51a80559d4

View File

@@ -168,6 +168,6 @@ $second = $arch->getElementsByTagNameNs("http://www.w3.org/2001/XInclude", "incl
$arch->documentElement->insertBefore($first, $second);
$arch->save("archive/archive.xml");
fwrite(STDOUT, "File saved.\nPlease cvs diff $archivefile sanity-check the changes before committing\n");
fwrite(STDOUT, "NOTE: Remeber to cvs add $file && cvs commit $file!!\n");
fwrite(STDOUT, "File saved.\nPlease svn diff $archivefile sanity-check the changes before committing\n");
fwrite(STDOUT, "NOTE: Remeber to svn add $file && svn commit $file!!\n");