You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Ward Loockx <wa...@loockx.be> on 2008/03/03 10:33:15 UTC

svn repos layout for PHP using different environments ?

Hello,

I'm trying to set up a repository with svn for PHP development. But 
there are a few problems coming up.

The work now is devided in 3 section:
/www/project (live env./production env.)
/www/project-test
/www/project-dev

When we do new development we do it in the test environment after that 
is done we copy it to test env. where we do testing and after that to 
the production area. Now I wan't to keep this structure to avoid 
mistakes in production evironment. Does anybody has experience with this 
? I Could use some branches but for a small change the project needs to 
be copied every time..

Another problem is that we need to test it while developing so after a 
commit, SVN has to copy it to a webserver using hooks. I still haven't 
found the right way to distinguish all the work done (svn/webserver).

Has somebody experience using PHP with different environments or php 
code versioning?

Thanks,
Ward Loockx

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org