DVCS的意思
「DVCS」經常作為「Distributed Version Control System」的縮寫來使用,中文意思:「分布式版本控制系統」。
DVCS(分布式版本控制系統)詳細解釋
- 英文縮寫詞:DVCS
- 英文單詞:Distributed Version Control System
- 中文簡要解釋:分布式版本控制系統
- 流行度:16289
- 分類:Computing
- 領域:Software
英文縮寫DVCS的擴展資料
- This is notable as GHC used to use Darcs, a distributed version control system written in Haskell.值得一提的是GHC曾經使用的是Darcs,一個由Haskell編寫的分布式版本控制系統(DVCS)。
- Git is a distributed version control system, originally written by Linus Torvalds to manage the source code of the Linux kernel.Git是一個分布式的版本控制系統,最初由LinusTorvalds編寫,用作Linux內核代碼的管理。
- This release brings the Largefiles Extension, a way of bringing centralised data storage to an otherwise distributed version control system.本次發布帶來了Largefile插件&一種將集中式數據存儲帶入迥異的分布式版本管理系統的方式。
- A DVCS, or Distributed Version Control System(DVCS), is a way to manage versions of files that doesn't require a centralized server, but can also make use of a centralized server.分布式版本控制(DVCS)是一種不需要中心服務器的管理文件版本的方法,但是它也可以使用中心服務器。
- It's intended specifically for use in projects using a distributed version control system like SVN or CVS, as it allows you to maintain your working copy without polluting the shared workspace.它專門用于使用分布式版本控制系統(DVCS)(比如SVN或CVS)的項目,因為它允許您維護工作副本,同時不干擾共享工作空間。