View Single Post
Old 10-08-2010, 06:10 PM  
MxxCon
Super Duper
 
Join Date: Oct 2001
Location: Brooklyn, NY
Posts: 3,881
Default

Jasperosw, you should really think about using a proper version control software for what you are trying to accomplish.

the way we do development EVERYTHING is going through SVN. developers commit their code/changes to svn, at that point QA checks out those changes to their qa servers and do their testing. if everything passes, we use svn again to deploy the new code to the production servers.
this guarantees that no un-tracked change can get deployed into the production, all code changes are tracked per user account so you know who did what, and deployment with svn becomes atomic/transactional, ie you wont' get into a situation where you have one version of one file and another (old) version of another file.
__________________
[Sig removed by Administrator: Signature can not exceed 20GB]
MxxCon is offline