From: Martin G. <gim...@gi...> - 2002-10-15 14:28:24
|
Reini Urban <ru...@x-...> writes: > One note on this: > If someone commits a changed index.php, > he has to manually check it out on sf.net/demo and fix the cvs merges > which break the whole wiki otherwise. This annoys me too in my own Wiki - when I update from CVS, I have to put my changes to the DB settings back into index.php each time. Wouldn't it be better if the file with the local settings was outside CVS? That should make it easy for users to update their copy. The index.php file could then include the local settings first, and then fill in the missing parts along the lines of how lib/config.php currently checks the configuration from index.php. -- Martin Geisler My GnuPG Key: 0xF7F6B57B See http://gimpster.com/ and http://phpweather.net/ for: PHP Weather => Shows the current weather on your webpage and PHP Shell => A telnet-connection (almost :-) in a PHP page. |