Hello,
Recently I started working at a web design firm, with 6 designers, 4 project managers, and 4 developers. Currently, they are using a staging environment and a live environment. No source control, no testing. Changes are made by either the designers or the developers to the staging environment, tested by the project managers and brought to production.
This is not ideal: sometimes code gets overwritten, lost, and there is no overview of who did what.
In what way can we imorove this workflow? We would really like to add subversion, but that would require a lot of changes (the designers are used to simple solutions)...
Thanks!