Working with Zend Tool in multiple dev environments

motherfink

New Member
On any given Zend Framework project I can be working in 2 or 3 locations - my work PC, home PC or my MacBook. My source code is always in SVN and I usually work on a development server before pushing completed work to the production server. In this kind of environment I've never been too sure where exactly I should work with Zend_Tool. How i see it, there's 2 options:[*]Set up to worklocally with Zend_Tool on each devenvironment and then push to dev serverfrom there, checking in the manifestetc with each Zend_Tool usage.[*]Use Zend_Tool directly onthe dev server and then downloadeach addition/alteration to then push intoSVN.I would be inclined to say the most reliable way would be the multiple Zend_Tool setup but i'd be interested to hear if people can think of any potential issues with this or reasons why i should make a different choice.Thanks.
 
Back
Top