- AWS Automation Cookbook
- Nikit Swaraj
- 162字
- 2021-07-02 23:00:37
Types of VCS
The types of VCS are mentioned as follows:
- Local version control system: In a local VCS, all the changes to a file are kept in the local machine, which has a database that has all the changes to a file under revision control, for example, Revision control system (RCS).
- Centralized version control system: In a centralized VCS, we can collaborate with other developers on different machines. So in these VCS, we need a single server that contains all the versioned files and the number of clients can check out files from that single server, for example, Subversion (SVN).
- Distributed version control system: In a distributed VCS, the client not only checks out the latest version of the file but also mirrors the whole repository. Thus if any server dies, and these systems were collaborating via it, any of the client repositories can be copied back to the server to restore it. An example of this is Git.
推薦閱讀
- 亮劍.NET:.NET深入體驗(yàn)與實(shí)戰(zhàn)精要
- 手把手教你學(xué)AutoCAD 2010
- 圖解PLC控制系統(tǒng)梯形圖和語(yǔ)句表
- 嵌入式Linux上的C語(yǔ)言編程實(shí)踐
- PyTorch深度學(xué)習(xí)實(shí)戰(zhàn)
- 數(shù)據(jù)庫(kù)原理與應(yīng)用技術(shù)
- 大數(shù)據(jù)處理平臺(tái)
- Windows內(nèi)核原理與實(shí)現(xiàn)
- 網(wǎng)絡(luò)安全與防護(hù)
- Machine Learning with the Elastic Stack
- Mastering ServiceNow Scripting
- Hadoop應(yīng)用開(kāi)發(fā)基礎(chǔ)
- 電腦上網(wǎng)輕松入門(mén)
- 電腦日常使用與維護(hù)322問(wèn)
- 案例解說(shuō)Delphi典型控制應(yīng)用