Oct
					27
					2009
				
				
				Episode 40: Source Code Management Blowout!
Podcast: Play in new window | Download
This week’s Faceoff is the differences between Source Code Management (SCM) software.
- Source Code Management 
- 3:39 – Centralized
- Subversion
 
 - 11:05 – Distributed
- Git
- The new SCM
 - Digg uses git!
 
 - 18:35 – Mercurial
- Easy to learn
 - Almost identical commands as git, very interchanged
 - Revision numbers as well as hash
 - .hgignore works the same as .gitignore
 
- hg serve
 - localhost:8000
 - http://mercurial.selenic.com/wiki/ConvertExtension
 
 
 - Git
 
 - 3:39 – Centralized
 


