[UPHPU] Where to put repository

Dave Smith dave at thesmithfam.org
Fri Oct 5 23:44:39 MDT 2007


Joseph Scott wrote:
> If the production servers can only talk to the staging server then you 
> need to have at least a mirror of the repository on the staging 
> server.  And that is probably how I would do it.  The master 
> repository (the one that developers commit and sync to) can be some 
> where else, like the dev server.  Or for that matter any other box.

I agree. Just rsync the production server from the staging server and 
host the repository somewhere accessible from both the dev boxen and the 
staging server, but not the production server. Don't even setup the 
production server to know anything about the repository, because that to 
me is a security problem as well.

--Dave


More information about the UPHPU mailing list