On 11 Aug 2010, at 14:32, Paul wrote: > I thought about this, and this can be done. But it is also nice to be able > to help another developer quickly, by actually viewing the site in a browser, > especially when they are having an issue with frontend code.
All my devs have their own environments on their own computers. All the webservers are available via the network, so I can quite easily go to http://dev1.local/jobnumber and see the current state of the site easily enough. We do the same when they work at home too. Incidentally, we branch for each job/task, rather than a branch for each dev. Regards, Rob... -- Rob Allen : http://akrabat.com Zend Framework Tutorial: http://akrabat.com/zft Author of Zend Framework in Action: http://www.zendframeworkinaction.com
