While I can see how this can be useful, that means you'll constantly breaking things on the development server while you're writing code/testing. When working on projects alone I prefer to have a simple script that runs rsync with some predefined settings whenever I want to upload changes for someone to see (I also have an option to upload database). For multi developers environments I guess git would be the way to go.
Comments
While I can see how this can be useful, that means you'll constantly breaking things on the development server while you're writing code/testing. When working on projects alone I prefer to have a simple script that runs rsync with some predefined settings whenever I want to upload changes for someone to see (I also have an option to upload database). For multi developers environments I guess git would be the way to go.