Hi. Using windows and the TortoiseCVS and TortoiseSVN products (GUI integrated into Explorer)
When I checkedout phpdoc using TortoiseCVS, I got (as far as I can tell) what svn has as ... http://svn.php.net/repository/phpdoc/doc-base/trunk/ and http://svn.php.net/repository/phpdoc/en/trunk/ as a single checkout for HEAD. Do I need 2 checkouts now? I think so and I suspect I need to keep the 2 checkouts separated? If not, I think it would look like I'd added the en tree to doc-base? If this is the case, how does the phpdoc configure.php script deal with the language folder NOT being part of phpdoc? I'm assuming this was aliased and that windows is not going to cut it. With this I have ... phpdoc\doc-base phpdoc\en as trunk checkouts. Whilst in phpdoc\doc-base, typing ... phpdoc\doc-base >configure results in ... configure.php: $Id: configure.php 277140 2009-03-14 04:52:02Z danielc $ PHP version: 5.3.1-dev Checking for source directory... D:\Personal Files\Downloads\Software\Programming\PHP\Checkouts\svn.php.net\phpdoc\doc-base Checking whether to save an invalid .manual.xml... no Checking whether to include CHM... no Checking for PHP executable... C:/PHP5/php.exe Checking for language to build... en Checking whether the language is supported... error: No language directory found. Adding the --srcdir=.. to the command line results in ... phpdoc\doc-base >configure --srcdir=.. configure.php: $Id: configure.php 277140 2009-03-14 04:52:02Z danielc $ PHP version: 5.3.1-dev Checking for source directory... .. Checking whether to save an invalid .manual.xml... no Checking whether to include CHM... no Checking for PHP executable... C:/PHP5/php.exe Checking for language to build... en Checking whether the language is supported... yes Checking for partial build... no Checking whether to enable detailed XML error messages... no Generating ../manual.xml... Warning: file_get_contents(../manual.xml.in): failed to open stream: No such file or directory in D:\Personal Files\Downloads\Software\Programming\PHP\Checkouts\svn.php.net\phpdoc\doc-base\configure.php on line 168 fail Eyh man. No worries. Happ shittens. Try again after fixing the errors above. So, windows is currently unable to build docs. Or have I missed something? -- ----- Richard Quadling Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 "Standing on the shoulders of some very clever giants!" ZOPA : http://uk.zopa.com/member/RQuadling
