user198729
user198729

Reputation: 63626

How to automate svn and building process?

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.

Upvotes: 1

Views: 658

Answers (1)

Moisei
Moisei

Reputation: 1161

use one of continuous integration systems. they are many. we use http://cruisecontrol.sourceforge.net and http://hudson-ci.org. Also you could have a look at http://www.capify.org/index.php/Capistrano, here is the stackoverflow topic: SVN Website Development and Deployment Solution

Upvotes: 1

Related Questions