Re: [PHP-DOC] Preferred doc checkouts

2009-08-03 Thread Richard Quadling
2009/7/31 Greg Beaver : > KSChan wrote: >> >>     >>> >>     >> No, and what is worse svn does not fail, it simply ignores any >>     changes >>     >> in svn:externals. >>     >> >>     >> Unless you only ever plan to change docs in a single translation, I >>     >> don't recommend using the svn:e

Re: [PHP-DOC] Preferred doc checkouts

2009-07-31 Thread Greg Beaver
KSChan wrote: > > >>> > >> No, and what is worse svn does not fail, it simply ignores any > changes > >> in svn:externals. > >> > >> Unless you only ever plan to change docs in a single translation, I > >> don't recommend using the svn:externals modules. However, for >

Re: [PHP-DOC] Preferred doc checkouts

2009-07-31 Thread KSChan
> >>> > >> No, and what is worse svn does not fail, it simply ignores any changes > >> in svn:externals. > >> > >> Unless you only ever plan to change docs in a single translation, I > >> don't recommend using the svn:externals modules. However, for those > >> people who are exclusively documentin

Re: [PHP-DOC] Preferred doc checkouts

2009-07-30 Thread Greg Beaver
Richard Quadling wrote: > 2009/7/30 Greg Beaver : > >> Hannes Magnusson wrote: >> >>> On Thu, Jul 30, 2009 at 11:03, KSChan wrote: >>> > Using svn:externals magic however is the simplest approach: > $ svn checkout http://svn.php.net/viewvc/phpdoc/modules/doc-all/ >

Re: [PHP-DOC] Preferred doc checkouts

2009-07-30 Thread Richard Quadling
2009/7/30 Greg Beaver : > Hannes Magnusson wrote: >> On Thu, Jul 30, 2009 at 11:03, KSChan wrote: Using svn:externals magic however is the simplest approach: $ svn checkout http://svn.php.net/viewvc/phpdoc/modules/doc-all/ >>> If using externals, can svn commit using 1 operation only as "

Re: [PHP-DOC] Preferred doc checkouts

2009-07-30 Thread Greg Beaver
Hannes Magnusson wrote: > On Thu, Jul 30, 2009 at 11:03, KSChan wrote: >>> Using svn:externals magic however is the simplest approach: >>> $ svn checkout http://svn.php.net/viewvc/phpdoc/modules/doc-all/ >> If using externals, can svn commit using 1 operation only as "svn ci >> doc-all/en/some_file

Re: [PHP-DOC] Preferred doc checkouts

2009-07-30 Thread Richard Quadling
2009/7/30 Hannes Magnusson : > On Thu, Jul 30, 2009 at 11:04, Richard Quadling > wrote: >>> Using svn:externals magic however is the simplest approach: >>> $ svn checkout http://svn.php.net/viewvc/phpdoc/modules/doc-all/ >>> >> >> Is there a technical reason why the svn:externals is not the prefer

Re: [PHP-DOC] Preferred doc checkouts

2009-07-30 Thread Hannes Magnusson
On Thu, Jul 30, 2009 at 11:04, Richard Quadling wrote: >> Using svn:externals magic however is the simplest approach: >> $ svn checkout http://svn.php.net/viewvc/phpdoc/modules/doc-all/ >> > > Is there a technical reason why the svn:externals is not the preferred way? > > Having to have scripts dea

Re: [PHP-DOC] Preferred doc checkouts

2009-07-30 Thread Hannes Magnusson
On Thu, Jul 30, 2009 at 11:03, KSChan wrote: >> >> Using svn:externals magic however is the simplest approach: >> $ svn checkout http://svn.php.net/viewvc/phpdoc/modules/doc-all/ > > If using externals, can svn commit using 1 operation only as "svn ci > doc-all/en/some_file doc-all/fr/just_another_

Re: [PHP-DOC] Preferred doc checkouts

2009-07-30 Thread Richard Quadling
2009/7/30 Hannes Magnusson : > On Thu, Jul 30, 2009 at 10:36, KSChan wrote: >> On Thu, Jul 30, 2009 at 1:57 AM, Philip Olson wrote: >>> >>> Hi all, >>> >>> Here's a draft of what our checkout instructions might look like. The idea >>> is to consolidate where we talk about checking out the docs, th

Re: [PHP-DOC] Preferred doc checkouts

2009-07-30 Thread KSChan
> > > Using svn:externals magic however is the simplest approach: > $ svn checkout http://svn.php.net/viewvc/phpdoc/modules/doc-all/ > If using externals, can svn commit using 1 operation only as "svn ci doc-all/en/some_file doc-all/fr/just_another_file " ? ks

Re: [PHP-DOC] Preferred doc checkouts

2009-07-30 Thread Hannes Magnusson
On Thu, Jul 30, 2009 at 10:36, KSChan wrote: > On Thu, Jul 30, 2009 at 1:57 AM, Philip Olson wrote: >> >> Hi all, >> >> Here's a draft of what our checkout instructions might look like. The idea >> is to consolidate where we talk about checking out the docs, then link >> there. Please have a look

Re: [PHP-DOC] Preferred doc checkouts

2009-07-30 Thread KSChan
On Thu, Jul 30, 2009 at 1:57 AM, Philip Olson wrote: > Hi all, > > Here's a draft of what our checkout instructions might look like. The idea > is to consolidate where we talk about checking out the docs, then link > there. Please have a look and improve: > > http://wiki.php.net/doc/scratchpad/h

Re: [PHP-DOC] Preferred doc checkouts

2009-07-29 Thread Philip Olson
Hi all, Here's a draft of what our checkout instructions might look like. The idea is to consolidate where we talk about checking out the docs, then link there. Please have a look and improve: http://wiki.php.net/doc/scratchpad/howto/checkout Regards, Philip

Re: [PHP-DOC] Preferred doc checkouts

2009-07-20 Thread Rasmus Lerdorf
Philip Olson wrote: > > On Jul 20, 2009, at 2:56 AM, Hannes Magnusson wrote: > >> On Sun, Jul 19, 2009 at 03:26, Rasmus Lerdorf wrote: >>> Hannes Magnusson wrote: Hi guys Now that we have moved to SVN with slightly changed structure I'd like to propose a "standard checkout". >

Re: [PHP-DOC] Preferred doc checkouts

2009-07-20 Thread Philip Olson
On Jul 20, 2009, at 2:56 AM, Hannes Magnusson wrote: On Sun, Jul 19, 2009 at 03:26, Rasmus Lerdorf wrote: Hannes Magnusson wrote: Hi guys Now that we have moved to SVN with slightly changed structure I'd like to propose a "standard checkout". svn co http://svn.php.net/repository --dep

Re: [PHP-DOC] Preferred doc checkouts

2009-07-20 Thread Hannes Magnusson
On Sun, Jul 19, 2009 at 03:26, Rasmus Lerdorf wrote: > Hannes Magnusson wrote: >> Hi guys >> >> Now that we have moved to SVN with slightly changed structure I'd like >> to propose a "standard checkout". >> > > svn co http://svn.php.net/repository --depth empty src > svn co http://svn.php.net/repos

Re: [PHP-DOC] Preferred doc checkouts

2009-07-18 Thread Daniel Convissor
On Sun, Jul 19, 2009 at 02:48:51AM +0200, Hannes Magnusson wrote: > > Note: As these modules use svn:externals you _cannot_ commit to more > then one module at a time. Are you sure? I was working on a project where we had an external reference. You were able to commit to the main repository an

Re: [PHP-DOC] Preferred doc checkouts

2009-07-18 Thread Rasmus Lerdorf
Hannes Magnusson wrote: > Hi guys > > Now that we have moved to SVN with slightly changed structure I'd like > to propose a "standard checkout". > > Nilgun and Jakub have created "shortcut [alias] modules" that pull > doc-base, English, and in one checkout (and doc-base and > English, and doc-ba

[PHP-DOC] Preferred doc checkouts

2009-07-18 Thread Hannes Magnusson
Hi guys Now that we have moved to SVN with slightly changed structure I'd like to propose a "standard checkout". Nilgun and Jakub have created "shortcut [alias] modules" that pull doc-base, English, and in one checkout (and doc-base and English, and doc-base, English and all translations, ),