- Hands-On Software Engineering with Python
- Brian Allbee
- 146字
- 2021-06-24 18:20:43
Subversion
Subversion (or SVN) is an older SCM that's been in play since early in 2004. It's one of the most popular non-distributed SCMs still in use today. Like most SCMs before it, SVN stores a complete local copy of the code and content for each checked-out branch that it's tracking, and uploads those (perhaps in their entirety) during the commit process. It's also a centralized rather than a distributed system, which means that all branching and merging has to happen with respect to the master copy of the code base, wherever it might live.
The various under-the-hood differences and popularity of Git notwithstanding, SVN is a perfectly viable option for managing source code across a team, even if it's less efficient or less popular than Git. It fully supports the typical get-edit-commit work cycle, just not with the same degree of flexibility as Git provides.
- 32位嵌入式系統(tǒng)與SoC設計導論
- Practical Data Analysis
- 機器學習及應用(在線實驗+在線自測)
- 小型電動機實用設計手冊
- 大數(shù)據(jù)技術與應用
- 基于ARM 32位高速嵌入式微控制器
- 觸控顯示技術
- Prometheus監(jiān)控實戰(zhàn)
- 分數(shù)階系統(tǒng)分析與控制研究
- 空間站多臂機器人運動控制研究
- Hands-On Reactive Programming with Reactor
- 深度學習與目標檢測
- Excel 2010函數(shù)與公式速查手冊
- Artificial Intelligence By Example
- 生成對抗網(wǎng)絡項目實戰(zhàn)