Hello Stackoverflow
I have been given the task to team mange a total refactoring of a webpage, build in PHP. I'm only the student worker :( so my experience in a team development environment is limited.
Well my question here is how do we best manage the development of the website? At the moment do we use a SVN for version control, where each dev have a branch. I am having a dream about mapping [brach name].devserver.com to the given branch of the SVN. But I’m not sure this is the best way to do it? Would setting up at local development server up on each dev pc be better? Also if we where to use our Development server for our testing, is mapping to SVN branch be best? Or would a normal ftp be easier?
Any input will be greatly appreciated.