On 31.08.2008, at 11:47, Hannes Magnusson wrote:
On Sun, Aug 31, 2008 at 10:32, Lukas Smith <[EMAIL PROTECTED]> wrote:
lsmith Sun Aug 31 08:32:32 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src README.RELEASE_PROCESS
Log:
MFH
http://cvs.php.net/viewvc.cgi/php-src/README.RELEASE_PROCESS?r1=1.1.2.8&r2=1.1.2.9&diff_format=u
Index: php-src/README.RELEASE_PROCESS
diff -u php-src/README.RELEASE_PROCESS:1.1.2.8 php-src/
README.RELEASE_PROCESS:1.1.2.9
--- php-src/README.RELEASE_PROCESS:1.1.2.8 Wed Aug 6 21:49:47
2008
+++ php-src/README.RELEASE_PROCESS Sun Aug 31 08:32:32 2008
@@ -20,6 +20,9 @@
5. Verify the tags to be extra sure everything was tagged properly.
+6. Moving extensions from/to PECL requires root level access to
the CVS server.
+Do not use cvs rm, because this will prevent moving the CVS history.
That can't be right.
The extension should be copy&paste from php-src/ext/foobar to pecl/,
sure, but the removal of it from php-src should be done via cvs rm &&
cvs commit otherwise you break bunch of our scripts - especially
version information listing in the manual.
Sounds sensible. Anyways, I would appreciate it if someone who knows
would write a howto, so that RMs can verify that things are done
properly. I guess in the past Derick took care of a lot of these moves
via OS level file system magic. I do not know the details on how this
worked. If it was a copy or a move and if there was a cvs rm
afterwards or not.
regards,
Lukas Kahwe Smith
[EMAIL PROTECTED]
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php