请输入您要查询的字词:

 

单词 source code control
释义
source code control

Computer
  • A form of version control tailored for program code. A number of schemes have been developed to support this idea, all built around the key concept of a code repository. There are three main approaches to how such a repository is used: the first (local data) approach assumes that the code is kept on a single machine, in a directory to which all the relevant programmers have access (see RCS, SCCS); the second (client–server) approach assumes that a master copy of the code resides on one machine and that programmers typically take a copy (pull) onto their own machine, make local changes (commit), and then send these changes back (push) to the owner of the master, who ensures that consistent updates (merge) are carried out to make the changes available to everyone (see CVS, SVN); the third (distributed) approach does not assume the existence of a single master repository, but instead allows everyone to make (clone) and modify their own copy, and to exchange updates freely with others (see DCVS, Git, Mercurial). Typically, a source code control system will record each change as a patch or diff.


随便看

 

科学参考收录了60776条科技类词条,基本涵盖了常见科技类参考文献及英语词汇的翻译,是科学学习和研究的有利工具。

 

Copyright © 2000-2023 Sciref.net All Rights Reserved
京ICP备2021023879号 更新时间:2025/2/12 9:17:05