I’m looking for some advice on how to setup symfony 1.4 to be used in a “multi-developer environment”.
We are currently three developers working on the same project.
We’ve been thinking of setting up the site on a local server and then publish (deploy) our respective versions to this one regularly. In addition to this use Subversion to keep our copies in sync. The “during development testing” will be done on our local computers, with a local symfony installation on each of them.
Do this setup sound good? Are there any drawbacks? Any suggestions of better setups? 🙂
Sounds Ok for me.
Just a suggestion: you could use a Continuous Integration environment such as TeamCity or Maven to have you code automatically deployed on your testing sever after each commit in SVN or every night (or whatever you want 🙂 ).