Having site under version control (Both DB and code)
Hi,I'm going to start a new project and I want to keep things under control from the beginning. Version control is one of the things I want to do right.I'm planning to use Git and here is a draft of what I'm thinking:1- There is a base repository on the server.2- Live site is a clone of that repository.3- A folder called deploy holds build scripts and db deltas.4- Developers clone the base repo. and make their changes. For any database operation, a new delta file is checked in.5- To update the…See More
