On Mon, Jun 23, 2003 at 11:37:56PM +0200, Sascha Schumann wrote: > The great unification has commenced. > > There is now a single module php-src which contains all PHP 4 > and PHP 5 branches. > > BRANCH INFORMATION > > Please make yourself familiar with the "cvs checkout -r > BRANCH" notation. It will be necessary from now on for a > checkout. > > Some examples: > > PHP 5: cvs co -r PHP_5 php-src-ze2 Can't this one to work.
[EMAIL PROTECTED]:~/proj/php-src$ ./buildconf using default Zend directory buildconf: checking installation... buildconf: autoconf version 2.13 (ok) buildconf: automake version 1.5 (ok) buildconf: libtool version 1.4.3 (ok) make[1]: *** No rule to make target `Zend/Zend.m4', needed by `configure'. Stop. make: *** [all] Error 2 [EMAIL PROTECTED]:~/proj/php-src$ Zend missing? -- Adam > PHP 4: cvs co -r PHP_4 php-src-ze1 > PHP 4.3: cvs co -r PHP_4_3 php-src-ze1 > > The branch names can also be used for cvs diff and merge > operations. Note that all of the above commands create a > local directory named "php-src". > > I hope that we can eliminate the ze1/ze2 suffixes soon, but > that is another topic. > > UPGRADE PROCEDURE > > The php4/php5 modules have been disabled so that you cannot > accidentially commit code into the wrong branch. A "cvs > update" will also fail. Please use the following syntax to > upgrade your existing checkout: > > $ cd phpX > $ find . -name Repository|xargs perl -pi -e 's/php./php-src/' > $ cvs upd -r PHP_5 > > Replace PHP_5 with the name of the branch you are working on. > > - Sascha > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php -- Adam Dickmeiss mailto:[EMAIL PROTECTED] http://www.indexdata.dk Index Data T: +45 33410100 Mob.: 212 212 66 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php