Search Results

1
vote

Advice on Splitting Up an Application

You could split it into four SVN projects - one for each of the three apps and the fourth for the rest of the code. You can then define this shared code as an external for each of the individual a …
0
votes

PHP development environment best practices

If you are working from the command line, using Git's SVN module eases most of the SVN pain - it handles de …
6
votes

How do you manage PHP Project Development Lifecycle?

This is how we manage our commercial site: Develop in a local sand box Check-in to SVN Automated build/test from SVN onto internal dev server Scripted deplo …