From: Simon R. <si...@ai...> - 2001-11-14 00:35:57
|
> First step is incorporating $table_prefix to all mysql statements that > reference tables in the database. I was going to go through the files one > at a time and implement it and commit it. Don't commit *any* CVS files until you've got the *whole thing* working properly on your test server. That way a) there isn't a broken/partially-completed version in CVS at any time b) when you submit all the changes at once, it's easier to see that they're related, and they can be rolled back if needed See the WinCvs Daily Use Guide http://www.computas.com/pub/wincvs-howto/ The tips are slanted towards that product, but the ideas are common, and very important. |