After we tested the code in repository is OK,
how to automate the building process, say, updating the production code with those in svn?
If it matters, I'm talking about PHP source code.
After we tested the code in repository is OK,
how to automate the building process, say, updating the production code with those in svn?
If it matters, I'm talking about PHP source code.
use one of continuous integration systems. they are many. we use http://cruisecontrol.sourceforge.net and https://hudson.dev.java.net. Also you could have a look at http://www.capify.org/index.php/Capistrano, here is the stackoverflow topic: http://stackoverflow.com/questions/1039741/svn-website-development-and-deployment-solution