Re: [SVN-MIGRATION] SVN PHPDOC

[email protected] (Gwynne Raskind) Mon, 13 Jul 2009 19:47:16 -0400
Newsgroups php.doc,svn.migration
Message-ID <[email protected]>
On Jul 13, 2009, at 9:08 AM, Hannes Magnusson wrote:
>> 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/
>>
> [...]
>>
>> So, windows is currently unable to build docs.
>>
>> Or have I missed something?
> We'll need to create "helper modules", like the magical phpdoc-<lang>
> modules we used to have in CVS (which pulled both en and <lang>),
> which have sets of svn:externals.
>
> f.e.
> /repository/phpdoc/doc-en
>  svn:externals . /repository/phpdoc/doc-base/trunk
>  svn:externals ./en /repository/phpdoc/en/trunk
>
> /repository/phpdoc/doc-ja
>  svn:externals . /repository/phpdoc/doc-base/trunk
>  svn:externals ./ja /repository/phpdoc/ja/trunk
>
> /repository/phpdoc/doc-all
>  svn:externals . /repository/phpdoc/doc-base/trunk
>  svn:externals ./en /repository/phpdoc/en/trunk
>  svn:externals ./ja /repository/phpdoc/ja/trunk


No, in fact we don't actually need that, and it's not a Windows issue.  
It's an issue with no one having updated configure.php for the new  
setup. If someone could, you know, get around to doing that like I've  
been screaming for a year, *Lumbergh* that'd be great.

If you deeply insist on the pointless stupid useless "magical" things,  
you can add them.

-- Gwynne