- Continuous Integration,Delivery,and Deployment
- Sander Rossel
- 146字
- 2021-07-02 15:42:16
Centralized Source Control Management
In traditional Source Control Management (SCM) systems, such as CVS and Subversion, which have long been the industry standards, your code was saved to a server. This server kept the entire history of your project. Developers working on the project could check out a snapshot of the project, make their changes, and commit back to the server. It enabled teams to work together and get an idea of what other people on the team were up to.
However, since all code was stored in a single repository, you had a problem if this repository became (temporarily) unreachable (for example, due to network problems) or, worse, when your repository or server became corrupted. Storing the entire history of your projects in a single place comes with the risk of losing everything. This model of version control is called a centralized version control system.
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- Python自然語言處理(微課版)
- H5頁面設計:Mugeda版(微課版)
- Julia高性能科學計算(第2版)
- HTML 5與CSS 3權威指南(第3版·上冊)
- C語言程序設計
- Visual C#.NET Web應用程序設計
- Hadoop大數據分析技術
- Android嵌入式系統程序開發(基于Cortex-A8)
- Java EE實用教程
- Clojure for Finance
- Python Penetration Testing Essentials
- jQuery Essentials
- Python自動化運維:技術與最佳實踐
- 交互設計語言:與萬物對話的藝術(全兩冊)