sas Mon Jun 23 19:43:14 2003 EDT
Modified files:
/CVSROOT modules
Log:
Drop module aliases in favor of symlinks inside the repository for the
following reasons:
- symlinks are much more transparent to the repository users
- symlinked directories are seen by "cvs update -d"
whereas module aliases are only considered during "cvs checkout"
However, there is one huge disadvantage:
- setting up symlinks requires root access on the server, and thus
cannot be handled entirely using the CVS command.
Index: CVSROOT/modules
diff -u CVSROOT/modules:1.48 CVSROOT/modules:1.49
--- CVSROOT/modules:1.48 Mon Jun 23 18:54:10 2003
+++ CVSROOT/modules Mon Jun 23 19:43:14 2003
@@ -1,7 +1,7 @@
#
# The CVS Modules File
#
-#ident "@(#)cvs/examples:$Name: $:$Id: modules,v 1.48 2003/06/23 22:54:10 sas Exp $"
+#ident "@(#)cvs/examples:$Name: $:$Id: modules,v 1.49 2003/06/23 23:43:14 sas Exp $"
#
# Three different line formats are valid:
# key -a aliases...
@@ -44,12 +44,7 @@
php-gtk php-gtk
php-gtk-doc php-gtk-doc
-bz2-dir -d ext/bz2 pecl/bz2
-mono-dir -d ext/mono pecl/mono
-simplexml-dir -d ext/simplexml pecl/simplexml
-sqlite-dir -d ext/sqlite pecl/sqlite
-
-php-src php-src &TSRM &bz2-dir &mono-dir &simplexml-dir &sqlite-dir
+php-src php-src &TSRM
Zend Zend
ZendEngine2 ZendEngine2
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php