This post originated from an RSS feed registered with .NET Buzz
by Sean McCormack.
Original Post: Source Control: A Primer
Feed Title: Vini Vidi Vici - Sean McCormack's Blog
Feed URL: http://smccormack.blogs.com/adapdev/SyndicationService.asmx/GetRss
Feed Description: Sean McCormack's Blog, focusing on various aspects of .NET development, open source projects, recommended books and tools
Nice overview by Scott on the
need for source control and the value it provides. Also has a nice example of
how failing to use source control can cost you (read $1.8 billion loss for NASA).
In addition to Visual Source Safe, here are three other good source control systems:
CVS (free) - Probably the most widely used
version control system. Serves as the backbone for CollabNet, SourceForge, Tigris,
etc.