论述如何做好版本控制.rar
论述如何做好版本控制,内 容 摘 要近年来,随着网络技术和数据库技术的发展,使得软件规模越来越庞大。多单位、多团队的协作开发使得开发队伍的离散化程度增加,多种数据库和多种开发平台的应用以及软件需求不确定性的增加,使得软件开发过程越来越复杂,作为软件过程中的版本控制管理面临着更多的挑战,使得单纯的版本控制系统在面对复杂的开发环境时显得力不从心...
该文档为压缩文件,包含的文件列表如下:
内容介绍
原文档由会员 道客巴巴 发布内 容 摘 要
近年来,随着网络技术和数据库技术的发展,使得软件规模越来越庞大。多单位、多团队的协作开发使得开发队伍的离散化程度增加,多种数据库和多种开发平台的应用以及软件需求不确定性的增加,使得软件开发过程越来越复杂,作为软件过程中的版本控制管理面临着更多的挑战,使得单纯的版本控制系统在面对复杂的开发环境时显得力不从心。又因为版本控制是一项繁琐的工作,和整个软件的开发活动紧密地联系在一起,所以在实际工作中更需要有得力的工具辅助。从概念上讲,软件项目管理是为了使软件项目能够按照预定的成本、进度、质量顺利完成,而对成本、人员、进度、质量、风险等进行分析和管理的活动。实际上,软件项目管理的意义不仅仅如此,进行软件项目管理有利于将开发人员的个人开发能力转化成企业的开发能力,从而能够提高软件开发的质量。那么,随着软件产业的崛起,软件工程技术正吸引着越来越多关注的目光,作为软件工程的一个重要领域,版本控制管理也日益受到人们的重视。版本控制工具各有所长,因而只有根据项目的预算和和开发组织的实际情况出发,正所谓“好用就好”。在这里,本人就软件市场上的主流版本控制工具做一些介绍和个人的看法。
[关键词] 软件项目管理 版本控制管理 版本控制工具的比较
Abstract
In recent years, with the development of network technology and database technology, which makes software more and more large scale. To coordinate the development of multiple units, multiple team gives rise to discrete degree of development team; increase the various development tools, database and a variety of development platform and the software demand uncertainty, making the software development process more complex, as the software development process in the version control management is facing more challenges, making the simple version the control system is powerless in the face of the complex development environment. And because the version control is a tedious work, and the entire software development activities closely together, so in the actual work needs to have the right tools. Conceptually, the software project management is to enable software project according to the scheduled cost, schedule, quality of finish, analysis and management activities on cost, schedule, quality, risks, etc.. In fact, the significance of project management software is not only so, software project management will be conducive to the development of the personal development capabilities into enterprise development capabilities, so as to improve the quality of software development. Then, as the software industry, software engineering technology is attracting more and more attention, as an important field of software engineering, version control management is also increasingly attention. Each one has his good points. Version control tool, and only according to the actual situation of project budget and development organization, is the so-called " good is good ". Here, I have the mainstream version of the software on the market control tool to do some introduction and personal views.
Key word:Software project management Version control management Comparison of version contorltools
目 录
1 版本控制的基本概念 2
1.1什么是版本控制 2
1.2为什么要版本控制 2
2 版本控制的发展史 3
2.1 第一代配置管理 3
2.2 第二代配置管理 3
2.3 第三代配置管理 4
3 不同“级别”的版本控制工具 4
3.1 “元老级”的CCC 4
3.2 RCS[3] 5
3.3 SCCS[4] 5
3.4 “新秀级”的Hansky Firefly 5
3.5 “入门级”的Visual SourceSafe 5
3.6 “中坚级”的Clearcase 5
3.7 开源软件通用的CVS和SVN 6
3.7.1 CVS:Concurrent Versions System 6
3.7.2 SVN:SubVersion 6
4 技术的潮流大势-开源版本工具 8
4.1 选择开源版本控制工具的理由 8
4.1.1 服务器端是否和客户端一样看起来很美? 9
4.1.2 服务器端是否在使用数据库来作版本控制的数据引擎? 9
4.1.3 是否支持到其他版本控制系统的迁移? 10
4.1.4 可否定制?是否可以对提交说明(Commit Log)进行检查? 10
4.1.5 客户端是如何状态保持的? 10
4.1.6 成本因素 10
4.1.7 客户确认软件中没有木马、间谍软件么? 10