The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Source Control: A Primer

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Sean McCormack

Posts: 504
Nickname: adapdev
Registered: Jan, 2005

Sean McCormack is the Lead .NET Architect for Miller Brewing Co. and founder of Adapdev Technologies
Source Control: A Primer Posted: Feb 1, 2005 9:53 PM
Reply to this message Reply

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
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Sean McCormack
Latest Posts From Vini Vidi Vici - Sean McCormack's Blog

Advertisement

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.

    Related:
    • WinCvs - a cross-platform GUI for CVS

  • Subversion (free)

    Subversion is my personal favorite.  If you want to use it, make sure to check out the following related projects:
    • AnkhSVN - VS.NET addin for Subversion
    • TortoiseSVN - A Windows shell extension for Subversion
    • RapidSVN - A cross-platform GUI front-end for Subversion

  • SourceGear Vault (commercial) - A visual SourceSafe replacement.  I've never used it, but it's gotten great reviews from fellow developers.

Also, if you're dealing with multiple version control systems, make sure to look at SCCSwitch, which allows you to switch between SCCs in VS.NET.

Read: Source Control: A Primer

Topic: Essential Skills for Agile Development Previous Topic   Next Topic Topic: 80/20 Rule for Web Application Security

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use