I am going to be implementing a development environment for some young developers and I am looking for a diagram to describe the ideal programming environment.
Basically what I am setting up is an environment that consists of the following pieces
- IDE (Eclipse)
- Local Development Environment (XAMPP/MAMP)
- Repository (SVN)
- Test Environment (Debian box, available by password, running the site off the latest update of the repository)
- Production Environment (Hosted live site)
So basically a diagram that shows how these things should interact in their proper manner. My plan is that each developer does stuff locally and then uploads it to the svn, which is then tested on the test environment, and finally moved to the production server. Also if there is anything that should be done differently or any pieces missing, that would be greatly appreciated too.
EDIT:
maybe something like this

