-
Book Overview & Buying
-
Table Of Contents
Visual Studio 2010 Best Practices
By :
The best practice is using a consistent vocabulary. So, let's talk about some SCC terms.
Repository is a bit of an overused term, but it refers to the location where the source code is ultimately stored. It's sometimes referred to as a repo. Some systems refer to this as a depot. Repository is more common in several circles, so I'll stick with that.
Source code control—the technology and/or management of, and changes to, source code. The acronym SCC seems to be used more often in Microsoft circles. It has more historically been referred to as revision control or version control, or even source control. There are other systems that deal with revisions to files in a broader sense. So, I prefer "source code control" when talking about managing changes to just source code.
There are two basic models for how SCC systems manage the concurrency of changes made to files under their control. One is the edit/merge/commit model. This model is quickly becoming...
Change the font size
Change margin width
Change background colour