Re: [PHP-DEV] Rsync and CVS

2001-03-07 Thread Simon Roberts
> No high tech, whiz bang, scripts. Rsync'd db data file speeds data > transfers immensely. Output is a single select. Loads are one > transaction. > Am I missing something? Do we not want the slaves to have a db? Is > setting up the table a hassle? I mentioned the dbdump/load method earlier in t

Re: [PHP-DEV] Rsync and CVS

2001-03-06 Thread Jim Winstead
On Wed, Mar 07, 2001 at 09:34:36AM +1300, Simon Roberts wrote: > >right now, there's a mix of entries in the notes database marked > >using the page title and the page id. the ones identified only by > >title need to get fixed in the database. > > Out of interest, why did we change to using the p

Re: [PHP-DEV] Rsync and CVS

2001-03-06 Thread Boian Bonev
hi, > >i'd suggest to make things simpler - just plain pre-generated html with the > >notes part. name it after TOPIC and include it in the proper place. the > >generator script may run as cron job. there is only one problem - to > prevent > >rsync client from getting a semi-generated copy. this

RE: [PHP-DEV] Rsync and CVS

2001-03-06 Thread Simon Roberts
>i'd suggest to make things simpler - just plain pre-generated html with the >notes part. name it after TOPIC and include it in the proper place. the >generator script may run as cron job. there is only one problem - to prevent >rsync client from getting a semi-generated copy. this can be achieved

Re: [PHP-DEV] Rsync and CVS

2001-03-06 Thread Boian Bonev
hi, > I was thinking of /manual/usernotes/TOPIC.txt, where TOPIC is the subject in > question. The contents of those files would just be a serialize array, > exactly as would be returned by the DB. My local setup actually does that, > but loading those files requires a semi-backdoor into www.php

RE: [PHP-DEV] Rsync and CVS

2001-03-06 Thread Simon Roberts
Jim, >right now, there's a mix of entries in the notes database marked >using the page title and the page id. the ones identified only by >title need to get fixed in the database. Out of interest, why did we change to using the page id? >but mainly 'getting it into the rsync repository' was wha

Re: [PHP-DEV] Rsync and CVS

2001-03-05 Thread Jim Winstead
this is one of the things on my to-do list. i'll try to get to it in the next few days. (it will get generated into the rsync repository, for what its worth. generated stuff no longer goes into cvs) jim In article <002001c0a5e4$8f868c20$[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: > A quest

[PHP-DEV] Rsync and CVS

2001-03-05 Thread Simon Roberts
A question about phpweb and cvs/rsync: I'd (still :) like to find the best way to make the annotated manual work on mirrors. The way it works now is okay, but a bit of a hassle to setup and keep up to date. It would seem best if we could have a script on www.php.net update some datafiles, and hav