- Visual SourceSafe 2005 Software Configuration Management in Practice
- Alexandru Serban
- 179字
- 2022-07-12 10:45:12
Summary
In this chapter we took an overview of the Software Configuration Management basic terminology and principles and how it provides the means to control and manage the evolution of software products. We learned about resource management using the centralized repository that stores all the resources we use to build the final product, and about the workspace that each participant uses to work independently but in sync with the other participants. We've seen that the repository is much more than a simple storage area, providing resource versioning using resource revisions, providing cooperation support using several cooperation models, and history management using labels. These features also allow us to manage the build and the release process. After releasing a new product version we must work in parallel and maintain the release while advancing towards a new release. SCM manages these situations providing parallel development on more than one codeline by creating branched codelines from the trunk or mainline. Later, when we need to integrate changes such as bug fixes between codelines, SCM provides the ability to merge the branched codelines.
- Word論文排版之道
- Apache OFBiz Development: The Beginner's Tutorial
- Illustrator CS6核心應用案例教程(全彩慕課版)
- Oracle VM Manager 2.1.2
- ASP.NET jQuery Cookbook
- 零基礎學AutoCAD 2018(全視頻教學版)
- Blender 2.5 Materials and Textures Cookbook
- Illustrator CC平面設計標準教程(微課版)
- 24小時學會Word-Excel-PowerPoint 2010三合一
- Microsoft SharePoint 2010 and Windows PowerShell 2.0: Expert Cookbook
- Mastercam 2019 完全自學寶典
- Cinema 4D R20完全學習手冊
- 同花順軟件操作技巧與實戰指南
- 48小時精通SketchUp 8中文版草圖大師建模設計技巧
- Python Text Processing with NLTK 2.0 Cookbook