The process for updating the live site is that first we will update the sandbox (sb.massmind.com) and ensure that it works. An update involves first doing and svn update and then running edit/install.php. All changes/updates to the database should happen through install.php (to ensure we can replicate them when we update the live site).

Once we are sure the sandbox is solid, we will update the live site.

In the future, we will probably create a branch for development work and merge changes from development branch into the live site SVN. This way we can continue to work on the development without impacting the live sites and make small bug fixes to the live site if necessary.