mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
SVNify
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user