Re: [SVN-MIGRATION] SVN PHPDOC
[email protected] (Hannes Magnusson) Tue, 14 Jul 2009 08:34:00 +0200
| Newsgroups | php.doc,svn.migration |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jul 14, 2009 at 01:47, Gwynne Raskind<[email protected]> wrot= e: > 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 >> =A0svn:externals . /repository/phpdoc/doc-base/trunk >> =A0svn:externals ./en /repository/phpdoc/en/trunk >> >> /repository/phpdoc/doc-ja >> =A0svn:externals . /repository/phpdoc/doc-base/trunk >> =A0svn:externals ./ja /repository/phpdoc/ja/trunk >> >> /repository/phpdoc/doc-all >> =A0svn:externals . /repository/phpdoc/doc-base/trunk >> =A0svn:externals ./en /repository/phpdoc/en/trunk >> =A0svn: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 screamin= g > for a year, *Lumbergh* that'd be great. > > If you deeply insist on the pointless stupid useless "magical" things, yo= u > can add them. How exactly is it stupid to checkout one helper module vs checking out 15 translations, english and doc-base, and making sure everything is in the correct places? Everysingle person needs to do this (granted, most only 3modules), and by definition thats what svn:externals where aimed to fix. I see no reason why we can't simplify checkouts, and I can't see how that can possible be stupid. -Hannes