Publication: one project, multiple developers (part 2)
Here are remaining steps from previous post about publication:
Step 5: Everybody on Version Control System (VCS)
I do not know how many times I have drawn this diagram but it’s been a few! Here’s the best picture I got from it:
Our VCS in Subversion (SVN).
Golden Rule: No FTP access to project files (they must be in SVN to be published).
This illustrates how we work with VCS. All developers commit their code to SVN and update regularly to make sure their code is merged and still works with the latest updates.
Golden Rule: Always update your copy and test before committing your code.
Staging and live servers are a unidirectional working copy from SVN.
Golden Rule: Never commit anything from staging or the live servers
Telmo wrote this on 28.11.07 – what do you think?
It's filed in the Development box














