ID: 36408 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Documentation problem Operating System: Irrelevant PHP Version: Irrelevant New Comment:
When I do $ cvs -d:pserver:[EMAIL PROTECTED]:/repository checkout phpdoc-all ,the following messages are displayed. > cvs checkout: existing repository /repository/phpdoc/ja does not match /repository/phpdoc-ja > cvs checkout: ignoring module phpdoc-ja-dir > cvs checkout: existing repository /repository/phpdoc/kr does not match /repository/phpdoc-kr > cvs checkout: ignoring module phpdoc-kr-dir Previous Comments: ------------------------------------------------------------------------ [2006-02-16 04:15:42] [EMAIL PROTECTED] Description: ------------ Documentation Howto says > You also have the ability of checking out infrastructure > the complete build and all the languages. > You can do this with: > $ cvs checkout phpdoc-all (http://doc.php.net/php/dochowto/cvs-checkout.php) but we can't check out Japaneese (and Korean) documentation by this command. Reproduce code: --------------- $ cvs -d:pserver:[EMAIL PROTECTED]:/repository login $ cvs -d:pserver:[EMAIL PROTECTED]:/repository checkout phpdoc-all $ ls phpdoc-all/ja/ Expected result: ---------------- Same as the following. $ cvs -d:pserver:[EMAIL PROTECTED]:/repository login $ cvs -d:pserver:[EMAIL PROTECTED]:/repository checkout phpdoc-ja-dir $ ls ja/ Actual result: -------------- The directory is empty (only 'CVS' directory exists). ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=36408&edit=1