Source code management software
From Jonathan Gardner's Tech Wiki
There are various types of source code management software I've played with. My current recommendation is Subversion.
[edit] Terminology
- Create a repository
- Check out code
- Commit changes
- Revert changes
- View the history
- Branch
- Make a release

