Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Comparison of version-control software

From Wikipedia, the free encyclopedia
(Redirected fromComparison of revision control software)

This is adynamic list and may never be able to satisfy particular standards for completeness. You can help byediting the page to add missing items, with references toreliable sources.
This article mayrequirecleanup to meet Wikipedia'squality standards. The specific problem is:Some of these projects may no longer be in active development and should be marked as inactive. Please helpimprove this article if you can.(April 2014) (Learn how and when to remove this message)

The following tables describe attributes of notableversion control andsoftware configuration management (SCM)systems that can be used to compare and contrast the various systems.

For SCM software not suitable forsource code, seeComparison of open-source configuration management software.

General information

[edit]

The following table contains relatively general attributes of version-control software systems, including:

  • Repository model, the relationship between copies of thesource code repository
    • Client–server, users access a master repository via aclient; typically, their local machines hold only a working copy of a project tree. Changes in one working copy must be committed to the master repository before they are propagated to other users.
    • Distributed, repositories act as peers, and users typically have a local repository with version history available, in addition to their working copies.
  • Concurrency model, how changes to the working copy are managed to prevent simultaneous edits from causing nonsensical data in the repository.
    • Lock, changes are disallowed until the user requests and receives anexclusive lock on the file from the master repository.
    • Merge, users may freely edit files, but are informed of possible conflicts upon checking their changes into the repository, whereupon the version control system maymerge changes on both sides, or let the user decide whenconflicts arise. Distributed version control systems usually use a merge concurrency model.
SoftwareMaintainerDevelopment statusRepository modelConcurrency modelLicenseSupported platformsFinancial cost
AccuRev SCMMicro FocusDiscontinued, merged withDimensions CMClient–serverMerge or lockProprietaryMostJava Platforms (Unix-like,Windows,macOS)$350 per seat, quoted on an individual basis.
Apache SubversionApache Software Foundation[1]ActiveClient–serverMerge or lock[nb 1]Apache-2.0Unix-like,Windows,macOSFree
Azure DevOpsMicrosoftActiveClient–server,DistributedMerge or lockProprietaryWindows, cross-platform viaAzure DevOps ServicesFree for up to 5 users in the Azure DevOps Services or for open source projects; else at cost, licensed throughMSDN subscription or direct buy.
GNU BazaarCanonicalUnmaintained, forked asBreezyDistributed andClient–serverMergeGPL-2.0-or-laterUnix-like,Windows,macOSFree
BitKeeperBitMover Inc.UnmaintainedDistributedMergeApache-2.0Unix-like,Windows,macOSFree
IBM DevOps Code ClearCaseIBMActiveClient–serverMerge or lock[nb 2]ProprietaryLinux,Windows,AIX,Solaris,HP UX,IBM i,OS/390,z/OS,$4600 per floating license (held automatically for 30 minutes minimum per user, can be surrendered manually)
Code Co-opReliable SoftwareDiscontinuedDistributedMergeMITWindows$150 per seat
Concurrent Versions SystemThe CVS Team[2]UnmaintainedClient–serverMergeGPL-1.0-or-laterUnix-like,Windows,macOSFree
CVSNTMarch Hare Software[3] and community membersUnmaintainedClient–serverMerge or lockGPL or proprietaryUnix-like,Windows,macOS,IBM i£425 distribution fee for older version or £85 commercial license for latest version of CVS Suite or Change Management Server
darcsThe Darcs teamActiveDistributedMergeGPL-2.0-or-laterUnix-like,Windows,macOSFree
DatThe Dat teamUnmaintainedDistributedMergeBSD-3-ClauseUnix-like,Windows,macOSFree
Dimensions CMOpenTextActiveClient–serverMerge or lockProprietaryWindows,Linux,Solaris,AIX,HP UX,z/OSPaid
FossilD. Richard HippActiveDistributedMergeBSD-2-ClausePOSIX,Windows,macOS, OtherFree
GitJunio HamanoActiveDistributedMergeGPL-2.0-onlyPOSIX,Windows,macOSFree
GNU archAndy TaiUnmaintainedDistributedMergeGPLUnix-like,Windows,macOSFree
IC ManageIC Manage Inc.ActiveClient–serverMerge or lockProprietaryUnix-like,Windows,macOSPaid
PTC IntegrityPTCDiscontinuedClient–serverMerge or lockProprietaryUnix-like,WindowsPaid
MercurialMercurial CommunityActiveDistributedMergeGPL-2.0-or-laterUnix-like,Windows,macOSFree
Microsoft Visual SourceSafeMicrosoftDiscontinuedShared FolderMerge or lockProprietaryWindows$500 per license approximately, or single license included with eachMSDN subscription.
MonotoneNathaniel Smith, Graydon HoareUnmaintainedDistributedMergeGPL-2.0-or-laterUnix-like,Windows,macOSFree
Perforce P4PerforceActiveClient–server andDistributedMerge or lockProprietaryUnix-like,Windows,macOSAvailable as perpetual license and subscriptions; prices vary based on configurations and options[4]
PVCSOpenTextDiscontinued, merged withDimensions CMClient–serverLockProprietaryWindows,Unix-likePaid
IBM Rational Team ConcertIBMDiscontinuedClient–server[nb 3][5][6]Merge or lockProprietaryLinux,Windows,AIX,Solaris,HP UX,IBM i,OS/390,z/OS,macOSFree for up to 10 users, else paid
Rational SynergyIBMActiveClient–server andDistributedMerge or lockProprietaryLinux,Windows,Unix-likePaid[7]
Revision Control SystemThien-Thi NguyenUnmaintainedLocalMerge or lockGPL-3.0-or-laterUnix-likeFree
Source Code Control SystemJörg Schilling[nb 4]UnmaintainedLocalLock[nb 5]CDDL – proprietary[nb 6]Unix-like,macOSFreeCDDL-licensed versions or paid in some UNIX distributions.
StarTeamBorland (Micro Focus)DiscontinuedClient–serverMerge or lockProprietaryWindows and Cross-platform via Java based clientPaid
Surround SCMPerforceUnmaintainedClient–serverMerge or lockProprietaryLinux,Windows,macOS$595 per user; $29/month subscription
Unity Version ControlUnity TechnologiesActiveClient–server andDistributedMerge or lockProprietaryLinux,Windows,macOSFree for up to 3 users, else starting at $7 per user per month for server-hosted, or $23 per user per month for on-premises edition. No perpetual licenses.[8]
VaultSourceGear LLCActiveClient–serverMerge or lockProprietaryUnix-like,Linux,Windows$300 per user
VestaCompaqDiscontinuedDistributed NFS-protocol-emulation choice to optionally confederateclients and/orserversLock on branch; merge branch-to-branchLGPLTru64,LinuxFree
SoftwareMaintainerDevelopment statusRepository modelConcurrency modelLicenseSupported platformsFinancial cost

Technical information

[edit]

The following table shows technical details of some well-known version-control software. These are classified based on the following headers:

Table explanation

  • Software: The name of the application that is described.
  • Programming language: The coding language in which the application is being developed
  • Storage Method: Describes the form in which files are stored in the repository. Asnapshot indicates that a committed file(s) is stored in its entirety—usually compressed. Achangeset, in this context, indicates that a committed file(s) is stored in the form of a difference between either the previous version or the next.
  • Scope of change: Describes whether changes are recorded for individualfiles or for entire directorytrees.
  • Revision IDs: are used internally to identify specific versions of files in the repository. Systems may usepseudorandom identifiers, content hashes of revisions, or filenames with sequential version numbers (namespace). With Integrated Difference, revisions are based on the Changesets themselves, which can describe changes to more than one file.
  • Network protocols: lists theprotocols used forsynchronization of changes.
  • Source code size: Gives the size of the source code in megabytes.
SoftwareProgramming languageStorage methodScope of changeRevision IDsNetwork protocolsSource code size
AccuRev SCMC++,JavaChangesetFileNumber pair NN/NNcustomUnknown
Azure DevOpsC++ andC#ChangesetFile and TreeNumbersSOAP over HTTP or HTTPS,SshUnknown
GNU BazaarPython 2,Pyrex (optional),C[nb 7]SnapshotTreePseudorandomcustom, custom overssh, custom overHTTP,HTTP,SFTP,FTP, email bundles,[nb 8] WebDAV (with plugin)4.1 MB
BitKeeperCChangesetTreeChangeset keys, numberscustom,HTTP,rsh,ssh, email99 MB
CA Software Change ManagerC,C++,Java, HTMLChangeset and SnapshotFile and Tree[citation needed]NumbersHTTP, TCP/IPUnknown
IBM DevOps Code ClearCaseC,Java,PerlChangesetFile and Tree[9]Numberscustom (CCFS), custom (MVFS filesystem driver),HTTPUnknown
Code Co-opC++ChangesetUnknownUser ID-Ordinale-mail (MAPI,SMTP/POP3,Gmail),LANUnknown
CVSCChangesetFileNumberspserver,ssh10.3 MB
CVSNTC++ChangesetFile and Tree[10]Numberscustom overssh, sspi, sserver, gserver, pserver55 MB
darcsHaskellChangeset (Patch)[nb 9]Treen/acustom overssh,HTTP, email1.7 MB
Dimensions CMC,C++,Java,C#Snapshot or changesetFile and TreeNumbersCustom,HTTP/HTTPSUnknown
FossilCSnapshot or changeset[11]TreeSHA-1 orSHA-3 hashes[12]HTTP/HTTPS, custom overssh7.2 MB[nb 10]
GitC,shell scripts,PerlSnapshotTreeSHA-1 hashescustom (git), custom overssh,[13]HTTP/HTTPS,rsync, email, bundles23 MB[14]
GNU archC,shell scriptsChangesetTreeNumbersHTTP,WebDAVUnknown
IC ManageC++,CChangesetUnknownNumberscustomUnknown
MercurialPython,CChangesetTreeNumbers,[nb 11]SHA-1 hashescustom overssh,HTTP, email bundles (with standard plugin)20 MB
MKS IntegrityC,JavaChangesetFileNumberscustom,HTTPUnknown
MonotoneC++Hybrid[nb 12]TreeSHA-1 hashescustom (netsync), custom overssh, file system4.4 MB
Perforce Helix CoreC++,CChangesetTreeNumberscustomUnknown
PVCSC++,CChangesetFileNumbersUnknownUnknown
Rational Team ConcertJavaChangesetTreeNumbersREST services overHTTP/HTTPSUnknown
Revision Control SystemCChangesetFileNumbersFile system5.3 MB
Source Code Control SystemCChangesetFileNumbersNFS1.3 MB
StarTeamC++,C,JavaSnapshotFile and TreeMD5 hashescustom, TCP/IPUnknown
SubversionCChangeset and SnapshotTreeNumberscustom (svn), custom overssh,HTTP and SSL (usingWebDAV)41 MB
Surround SCMC++ChangesetFile and TreeNumbersTCP/IPUnknown
SynergyJavaChangeset (text), Snapshot(binary)FileNumberscustom, custom overssh,HTTPUnknown
VaultC#ChangesetFile and TreeNumbersHTTP,HTTPSUnknown
VestaC++SnapshotTreeUnknownNFS15.8 MB
Visual SourceSafeCSnapshotFileNumbersSMB,DCOMUnknown
SoftwareProgramming languageStorage methodScope of changeRevision IDsNetwork protocolsSource code size

Features

[edit]

The following table classifies some well-known software on the basis of its features and capabilities:

Table explanation

  • Software: The name of the application that is described.
  • Supports Git data format: able to natively work onGit's repository formats
  • Atomic commits: refers to a guarantee that all changes are made, or that no change at all will be made.
  • File renames: describes whether a system allows files to be renamed while retaining their version history.
  • Merge file renames: describes whether a system can merge changes made to a file on one branch into the same file that has been renamed on another branch (or vice versa). If the same file has been renamed on both branches then there is a rename conflict that the user must resolve.
  • Symbolic links: describes whether a system allows revision control of symbolic links as with regular files. Versioning symbolic links is considered by some people a feature and some people a security breach (e.g., a symbolic link to /etc/passwd). Symbolic links are only supported on select platforms, depending on the software.
  • Pre-/post-event hooks: indicates the capability to trigger commands before or after an action, such as a commit, takes place.
  • Signed revisions: refers to integrated digital signing of revisions, in a format such asOpenPGP.
  • Merge tracking: describes whether a system remembers what changes have been merged between which branches and only merges the changes that are missing when merging one branch into another.
  • End of line conversions: describes whether a system can adapt the end of line characters for text files such that they match the end of line style for the operating system under which it is used. The granularity of control varies. Subversion, for example, can be configured to handle EOLs differently according to the file type, whereas Perforce converts all text files according to a single, per-client setting.
  • Tags: indicates if meaningful names can be given to specific revisions, regardless of whether these names are called tags or labels.
  • International support: indicates if the software has support for multiple language environments and operating system
  • Unicode filename support: indicates if the software has support for interoperations underfile systems using differentcharacter encodings.
  • Supports large repos: Can the system handle repositories of around a gigabyte or larger effectively?
SoftwareSupports Git data formatAtomic commitsFile renamesMerge file renamesSymbolic linksPre-/post-event hooksSigned revisionsMerge trackingEnd of line conversionsTagsInternational supportUnicode filename supportSupports large repos
AccuRev SCMYesYesPartial[nb 13]YesYesYesYesYesYesYes[15]Yes[16][17]
Azure DevOpsYesYesYesYesYesNoYesYesYesYesYesYes
GNU BazaarYesYesYesYesYesYesYesYes[18]YesYesYesUnknown
BitKeeperYesYesYesYesYesUnknownYesYesYesUnknownUnknownYes
CA Software Change ManagerYesYesYesYesYesYesYesYesYesYesYesUnknown
IBM DevOps Code ClearCasePartial[nb 14]YesYesYesYesYesYesYesYesYes[19]UnknownYes
Code Co-opYesYesYesNoPartialNoNoNoYesUnknownUnknownUnknown
CVSNoNoNoNoNoPartialNoNoYesYesUnknownNoYes
CVSNTNoYesYesYesYesYesNoYesYesYesYesYesYes
darcsYesYesYesNo[nb 15]YesYes[nb 16]NoYesNoYes[nb 17]Unknown
Dimensions CMYesYesYesNoYesUnknownYesYesYes[nb 18]No[nb 19]YesYes
FossilYesYesYesYesYes[20]YesYesYes[nb 20]YesYesYesYes[21]
GitYesYesPartial[nb 21]YesYesYesYes[nb 22]YesYesYesYesYes[nb 23]Partial[nb 24]
GNU archYesYesUnknownYesYesYesUnknownUnknownYesUnknownUnknownUnknown
IC ManageYesYesNoYesYesYesYesYesYesYesUnknownUnknown
MKS IntegrityYesYesYesNoYesYes[nb 25]Yes[nb 26]YesYesYesYesUnknown
MercurialPartial[22][23]YesYesYesYesYesYesYesYesYesYes[nb 27]Partial[nb 28]Yes[24]
MonotoneYesYesYesNo[nb 29]YesYes, mandatoryYesYesYesUnknownYesUnknown
Perforce Helix CoreYesYes[25]Yes[26]Partial[nb 30]YesNoYes[27]YesYesYes[28]Yes[29]Yes
Rational Team ConcertYesYesYesYesYes[nb 31]YesYesYesYesYesYesUnknown
Source Code Control SystemNoYesNoNoNoYesNoNoPartial[nb 32]YesYes
StarTeamYes[nb 33]YesUnknownYesNoNoYesYesYesYesUnknownYes
SubversionNoYesYes[nb 34]Partial[nb 35]YesYesNo[nb 36]Yes.[nb 37]YesPartial[nb 38]YesYesYes
Surround SCMYesYesYesYesYesYesYesYesYes[30]YesYesYes
SynergyYesYesYesYesYesYesYesYesYesYesYes[nb 39]Yes
VaultYesYesYesNoYesNoNoYesYesUnknownUnknownUnknown
VestaYesYesUnknownUnknownYesNoNoNoYesNoUnknownYes
Visual SourceSafeNoNo[nb 40]UnknownNoYesNoNoUnknownYesYesUnknownUnknown
SoftwareAtomic commitsFile renamesMerge file renamesSymbolic linksPre-/post-event hooksSigned revisionsMerge trackingEnd of line conversionsTagsInternational supportUnicode filename supportSupports large repos

Advanced features

[edit]

The following are some more advanced features and capabilities available in notable version-control systems:

Table explanation

  • Keyword expansion: supports automatic expansion of keywords such as file revision number.
  • Interactive commits: interactive commits allow the user to cherrypick common lines of code used to anchor files (patch-hunks) that become part of a commit (leaving unselected changes as changes in the working copy), instead of having only a file-level granularity.
  • External references: embedding of foreign repositories in the source tree
  • Partial checkout/clone: ability to check out or clone only a specified subdirectory from a repository.
  • Permissions: tracks file permission bits in the revision history.
  • Timestamp preservation: overwrites thelast modified filesystem attribute with the commit time upon checkout.
  • Custom automatic merge tool: automatic merging can be attempted by any tool of the user's choice (hopefully configurable on a per-file basis)
  • Supported formats: either read/write support or read-only (conversion, potentially repeated)
  • Shared build cache of derived objects: the ability to automatically substitute (wink-in) derived-objects that were built by other confederated clients that share exactly the same dependencies instead of rebuilding them locally
SoftwareKeyword expansionInteractive commitsExternal references
Partial
checkout/clone
PermissionsTimestamp preservationCustom automatic merge toolSupported formats
Shared build cache
of derived objects
AccuRev SCMYesUnknownYesYesexecution bit onlyYesYesgit (bi-dir)[31]No
Azure DevOpsNoYesUnknownYesYesUnknownYesUnknownUnknown
GNU BazaarYes[32]Yes[33]Yes[34]Noexecution bit onlyNo[nb 41]Yes[35]bzr, subversion,[36] git,[37] hg,[38] any that has a fastexporterNo
BitKeeperPOSIX andRCSYesYesYesYesYesYesbitkeeperNo
CA Software Change ManagerNoYesNoYesexecution bit onlyYesYesCA Software Change ManagerNo
IBM DevOps Code ClearCaseYes[39]NoNoYesYesYes[nb 42]YesClearCaseYes
CVSRCSNoYesYes[nb 43]Partial[nb 44]YesNocvsNo
CVSNTRCSYes[nb 45]Yes[nb 46]Yes[nb 47]YesYesNocvsYes[nb 48]
darcsNoYesNoNo[nb 49]Partial[nb 50]Noconflicts onlydarcsNo
Dimensions CMYesNoYes[nb 51]YesYesYesYesMigration from ClearCase, Subversion, CVS, PVCS, ChangeMan DSUnknown
FossilNoYesYes[nb 52]Noexecution bit only[40]NoNofossil (uses sqlite), any that has a fastexporter;[41] migration from git and svn[42]No
GitNo[nb 53]Yes[nb 54]Yes[43]Yes[44]execution bit onlyNo[nb 55]Yesgit, cvs, subversion, hg, any that has a fastexporterNo
MercurialYes[45]Yes[46]Yes[47]Yes[48]execution bit onlythrough (alpha) extension[49]Yes[50]hg, subversion,[51] lossless two-way push to and pull from git,[52] migration from any other format supported by the Convert extension:[53] CVS, Darcs, Bazaar, Monotone, GNU Arch, and Perforce[54]No
Perforce Helix CoreYes[55]NoNoYesYesYes[55]Yes[55]PerforceNo
Rational Team ConcertNoYesYesYesYesUnknownYesN/ANo
Source Code Control SystemYesNoYesexecution bit onlysome variants[citation needed]NosccsNo
Surround SCMYesNoNoYesNoYesYes[nb 56]SurroundNo
SubversionYes[56]Partial[nb 57]Yes[57]Yesexecution bit onlyPartial[nb 58]Yes[nb 59]subversionNo
VestaNoNoYes via SDLNoUnknownYesNoVestaYes
Visual SourceSafeYesUnknownUnknownYesYesUnknownYesUnknownNo
SoftwareKeyword expansionInteractive commitsExternal references
Partial
checkout/clone
PermissionsTimestamp preservationCustom automatic merge toolSupported formats
Shared build cache
of derived objects

Basic commands

[edit]

The following table provides further information about commands available in notable version-control systems.

Table explanation

  • Repository init: Create a new empty repository (i.e., version control database)
  • clone: Create an identical instance of a repository (in a safe transaction)
  • pull: Download revisions from a remote repository to a local repository
  • push: Upload revisions from a local repository to a remote repository
  • Local branches: Create a local branch that does not exist in the original remote repository
  • checkout: Create a local working copy from a (remote) repository
  • update: Update the files in a working copy with the latest version from a repository
  • lock: Lock files in a repository from being changed by other users
  • add: Mark specified files to be added to repository at next commit
  • remove: Mark specified files to be removed at next commit (note: keeps cohesive revision history of before and at the remove.)
  • move: Mark specified files to be moved to a new location at next commit
  • copy: Mark specified files to be copied at next commit
  • merge: Apply the differences between two sources to a working copy path
  • commit: Record changes in the repository
  • revert: Restore working copy file from repository
  • generate bundle file: Create a file that contains a compressed set of changes to a given repository
  • rebase: Forward-port local commits to the updated upstream head
  • Note: Commands in green rectangles that are not surrounded by [square brackets] are at an interactive command-line prompt. Text in [square brackets] is an explanation of where to find equivalent functionality.
SoftwareRepository initclonepullpushLocal branchescheckoutupdatelockaddremovemovecopymergecommitrevertgenerate bundle filerebase
AccuRev SCMmkdepotN/AN/AN/Amkstreammkwsupdateanchoradddefunctmovecp
[then]
add – incl-s – ln
mergekeep – promotepurge – revertN/Achstream
Azure DevOpsusingGitclone usingGitgetcommitshelvesetcheckoutgetlockadddeleterenameusingGitmergecommitundousingGitget
GNU Bazaarinit –init -no-tree[nb 60]init-repo –init-repo -no-trees[nb 61]branch –branch -no-tree[nb 62]pullpushinit – branchcheckout –checkout -lightweight[nb 63]updateN/AaddrmmvN/Amergecommitrevertsendrebase[nb 64]
BitKeepersetupclonepull -RpushclonecopullUnknownaddrmmvcppullcommitundomakepatchcollapse
IBM DevOps Code ClearCaseinitN/AN/AN/AN/Acheckoutupdatelock – unlockmkelemrmnamemvN/Amergecheckinuncheckout – rmverN/Afindmerge
CVSinitN/AN/AN/AN/AcheckoutupdateUnknownaddrmN/AN/Aupdate -jcommitremove [then]updateN/AN/A
CVSNTinitN/AN/AN/AN/AcheckoutupdateeditaddrmrenameN/Aupdate -jcommitupdate -CN/AN/A
darcsinitclonepull[58]pushN/A[nb 65]clonepull[58]UnknownaddremovemoveN/Apull – pushrecordrevertsend -o[nb 66]rebase
Fossilnew – openclonepullpushbranch – commit –branchclone/openupdateN/Aaddrm/delmv/renameN/AmergecommitrevertFossil's repository is single sqlite file itselfN/A
Gitinit – init –bareclone – clone –barefetchpushbranchcheckoutpullN/Aaddrmmvcp
[then]
git add[nb 67]
mergecommitreset –hardbundlerebase
Mercurialinitclonepullpushbookmark[nb 68]update – up – checkout – copull -uN/Aaddremove – rmmove – mvcopy – cpmergecommit – cirevertbundlerebase[59]
MonotoneinitclonepullpushN/AcheckoutupdateUnknownadddroprenameN/AmergecommitrevertN/AN/A
Perforce Helix Corep4 client && p4 syncp4 syncp4 syncp4 submitRequires migration to recent streams featureeditsynclock – unlockadddeletemovecopyintegratesubmitrevertUnknownN/A
Source Code Control SystemcreateN/AN/AN/Aadmin -fbget (readonly) – editget (readonly) – editN/A[nb 69]createN/AN/AN/Aedit -ideltaget -rN/Aedit -i
Subversionsvnadmin createsvnadmin hotcopy[work-around]:svnadmin load[work-around]:svnadmin dumpN/Acheckout – coupdate – uplockadddelete – del – remove – rmmove – mv – rename – rencopy – cpmergecommit – cirevertN/AN/A
Surround SCMmkmainlineN/AN/AN/AmkbranchcheckoutgetcheckoutaddrmmoveN/AmergecheckinvoidcheckoutN/Arebase
VestavcreatevreplvreplvreplN/Avcheckoutvadvancevcheckout[... then]
vcheckin[nb 70]
vrmmv
[then]
vcheckin[nb 71]
cp
[then]
vcheckin[nb 72]
vdiffvcheckinvcheckin -c 0vmake [or]vestavadvance
Visual SourceSafe?UnknownUnknownUnknownN/AGet LatestGet LatestCheck OutAdd FilesDelete?Unknown?Check InUndo Check OutUnknownUnknown
SoftwareRepository initclonepullpushLocal branchescheckoutupdatelockaddremovemovecopymergecommitrevertgenerate bundle filerebase

Advanced commands

[edit]

The following table shows the commands used to execute common tasks in notable version-control systems.

Table explanation

  • Command aliases: create custom aliases for specific commands or combination thereof
  • Lock/unlock: exclusively lock a file to prevent others from editing it
  • Shelve/unshelve: temporarily set aside part or all of the changes in the working directory
  • Rollback: remove a patch/revision from history
  • Cherry-picking: move only some revisions from a branch to another one (instead of merging the branches)
  • Bisect: binary search of source history for a change that introduced or fixed a regression
  • Incoming/outgoing: query the differences between the local repository and a remote one (the patches that would be fetched/sent on a pull/push)
  • Grep: search repository for lines matching a pattern
  • Record: include only some changes to a file in a commit and not others
  • Note: Commands in green rectangles that are not surrounded by [square brackets] are at an interactive command-line prompt. Text in [square brackets] is an explanation of where to find equivalent functionality.
SoftwareCommand aliasesLock/unlockShelve/unshelveRollbackCherry-pickingBisectIncoming/outgoingGrepRecord
AccuRev SCMN/Aenable file lockingN/Arevert -purgepromoteN/AN/AN/AUnknown
Azure DevOpsYeslock/unlockshelve/unshelverollbackmergeN/AUnknownUnknownN/A
GNU Bazaar[in '.bazaar/bazaar.conf' file]N/Ashelve/unshelveuncommitmerge (non-tracking)bisect (bisect plugin)missing-theirs-only /-mine-onlygrep (grep plugin)N/A
BitKeeperUnknownUnknownpark/unparkundoUnknownbisectchanges -R/-LgrepUnknown
CVSNT[in '.cvsrc' file]edit -x/unedit[nb 73]N/Aadmin -o[nb 74]yes[nb 75]annotate[nb 76]N/AN/A[60]N/A
DarcsN/AN/Arevert/unrevertunrecordyes[nb 77]test -bisectpull/push-dry-runN/Arecord
FossilN/AN/Astash pop/stash apply[nb 78]merge -rollbackmerge -cherrypickbisectN/AsearchN/A
Git[in '.gitconfig' file]N/Astash/stash pop[nb 79]reset HEAD^cherry-pickbisectcherrygrepadd -p
Mercurial[in '.hgrc' file]N/Ashelve/unshelve (bundled extension[61])strip (bundled extension[62])graft (core[63]) ortransplant (bundled extension[64])bisectincoming/outgoinggrepcommit -interactive
Monotone[in monotonerc]N/AN/Akill_rev_locally[nb 80]pluckbisectN/AN/AUnknown
Perforce Helix Corevia broker[65]lock/unlockshelve/unshelveobliterateinteg[66]UnknowninterchangesgrepUnknown
SubversionN/Alock/unlockshelve/unshelve[nb 81]N/Asvnmerge cherry-pickingThird party tool[nb 82]status -u[nb 83]N/AN/A
Surround SCMN/AcheckoutshelfrollbackduplicatechangesN/AdiffsearchN/A
SoftwareCommand aliasesLock/unlockShelve/unshelveRollbackCherry-pickingBisectIncoming/outgoingGrepRecord

User interfaces

[edit]

The following table gives Web, GUI and IDE Interface specifications for notable version-control systems.

Table explanation

  • Software: The name of the application that is described.
  • Web Interface: Describes whether the software application contains a web interface. A web interface could allow the software to post diagnostics data to a website, or could even allow remote control of the software application.
  • GUIs: A GUI is a graphical user interface. If a software product features a GUI its functionality can be accessed through application windows as opposed to accessing functionality based upon typing commands at the command prompt such as a DOS interface.
  • Plug-ins: functions are available through anintegrated development environment. Minimum function should be to list the revision state of a file and check in/check out files.
SoftwareWeb interfacesStand-aloneGUIsIntegration and/or Plug-ins forIDEs
AccuRev SCMYesWindows (incl. Explorer integration),Linux,Unix,macOS,BeOS availableIntelliJ IDEA,Eclipse,Visual Studio
Azure DevOpsincluded (SharePoint Server used for web services)Windows included; macOS, Unix availableVisual Studio. Java client for Eclipse IDE and IntelliJ IDEA (standard in Ultimate Edition)
GNU Bazaarcan use a plain webserverOlive, bzr-gtk (GTK+), Bazaar Explorer (Qt), QBzr (Qt),TortoiseBzr (Windows)Eclipse (BzrEclipse, QBzrEclipse), Visual Studio (bzr-visualstudio), TextMate (TextMateBundle),Komodo IDE,Wing IDE
BitKeeperincludedincluded (bkd)Unknown
CA Software Change ManagerincludedEclipse-based GUIEclipse, MS Visual Studio
IBM DevOps Code ClearCaseincluded, Clearcase Web Interfaceolder: MS Windows native, Motif-based GUI forUnix-like systems,TSO client forz/OS.Emacs, Eclipse ( IBM Proprietary, Eclipse-CCase ), Visual Studio (IBM proprietary),KDevelop (standard?), IntelliJ IDEA (standard in Ultimate Edition)
Code Co-opNot necessary since entire project is replicated locallyWindowsUnknown
CVScvsweb,ViewVC, othersTortoiseCVS (Windows Explorer), TkCVS (Tcl/Tk),WinCVS, macOS,GTK, Qt availableEclipse (Team), KDevelop (standard), IntelliJ IDEA (standard in Community and Ultimate Editions),Emacs (standard VC),Komodo IDE,BBEdit,Wing IDE
CVSNTcvsweb,ViewVC, othersWindows, macOS,OS/400,GTK, Qt availableAll those that support CVS, plus commercial plugins for SCCI, Bugzilla, Build
darcsdarcs.cgi included; darcsweb,Tracunder development;TortoiseDarcs (Windows Explorer), macOS (alpha),Eclipse (eclipsedarcs),Emacs (vc-darcs.el)
Dimensions CMYesWindows (incl. explorer integration)Eclipse,Visual Studio,IntelliJ IDEA,XCode,Powerbuilder
FossilEmbedded webserver included (ui/server mode), ability to run multiple repositories via CGI modefuel-scmUnknown
GitGitweb, wit, cgit,GitLab,GitHub,gitorious,Trac,Kallithea,Bitbucket, Stash,Springloops, Bonobo Git Server,Gitea, Gogsgitk(wish), git-gui (Tcl/Tk), tig, Gitbox (macOS),TortoiseGit, qgit, gitg (GNOME/GTK), (h)gct (Qt), git-cola (Qt), Git Extensions (Windows), GitEye, SmartGit/Hg, Tower, SourceTree (macOS/Windows), Sprout (macOS), GitX (macOS), GitUp (macOS),GitKraken, Sublime MergeAptana 3 Beta (Aptana Studio 3 with Git Integration);Atom; Eclipse (JGit/EGit);Helix TeamHub; Netbeans (NbGit);KDevelop; Visual Studio (Git Extensions);Emacs (extension for standard VC); SAP Web IDE; TextMate (Git TextMate Bundle); Vim (VCSCommand plugin and fugitive plugin); IntelliJ IDEA >8.1 (standard in Community and Ultimate Editions);Komodo IDE;Anjuta;XCode,Wing IDE;PyCharm
GNU archArchZoomArchWay (GTK2), TlaLogEmacs (standard VC)
IC ManageincludedWindows, Linux, Unix, macOSEmacs, Cadence Design Framework, Synopsys Custom Designer
MKS IntegrityYesWindows, Linux, Unix, Solaris, AIX,Eclipse, Microsoft Visual Studio, Perforce and others. Also provides support for the industry standard Source Code Control (SCC) interface[67]
Mercurialincluded,[nb 84]Trac,KallitheaHgk (Tcl/Tk), (h)gct (Qt), TortoiseHg (Windows Explorer, Nautilus), MacHg,

MacMercurial, Murky, SourceTree (Windows/macOS), TortoiseHg, SmartGit/Hg

IntelliJ IDEA (hg4idea 3rd party plugin), Eclipse (Mercurial Eclipse), NetBeans, Visual Studio 2008,Emacs, Vim (VCSCommand plugin),Komodo IDE,Eric Python IDE,Wing IDE
MonotoneViewMTN, TracMonotone,Monotone-Viz (GTK+), Guitone (Qt), Monotone Browser (GTK+,Perl)Unknown
Perforce Helix Coreincluded, P4Web, P4FTPWindows, Linux, Mac macOSEclipse,Visual Studio,Matlab; Game Engines:Unity,Unreal,Amazon Lumberyard; Graphics:Autodesk Maya,3ds max,Adobe PS
Rational Team ConcertYesEclipse-based GUIEclipse integration; MS Visual Studio integration(Limited)
StarTeamincludedWindows,Java, Eclipse, Visual Studio, BDS2006 integration, plus Java command-lineIntelliJ IDEA (standard in Ultimate Edition), Visual Studio, JBuilder, Eclipse
SubversionApache 2 module included, WebSVN, ViewSVN,ViewVC,Trac,SharpForge, sventon,SpringloopsJava, KDESVN, macOS[68] (including Finder integration), Nautilus, Qt,RabbitVCS,RapidSVN, SourceTree (macOS),TortoiseSVN (Windows Explorer)Anjuta,BBEdit, Eclipse (Subclipse, Subversive),Emacs (standard VC), IntelliJ IDEA (standard in Community and Ultimate Editions), KDevelop (standard),Komodo IDE,MonoDevelop (standard), Netbeans,RabbitVCS (for GEdit),TextMate (SVNMate plugin), Visual Studio (AnkhSVN, VisualSVN),Wing IDE. See alsoComparison of Subversion clients
Surround SCMYesWindows, macOS, LinuxEclipse,IntelliJ IDEA,JDeveloper,NetBeans,Visual Studio,WebStorm
Synergyvia Telelogic Change interfaceWindows (incl. explorer integration), Linux, UnixEclipse (Telelogic proprietary), Visual Studio (Telelogic proprietary), IntelliJ IDEA (Telelogic proprietary)
VaultincludedWindows, Unix-like, macOSVisual Studio 2003 and higher, Eclipse 3.2 and higher
VestaVestaWebNoNo
Visual SourceSafenone included; SSWI, VSS RemotingWindows included; Linux, macOS and Solaris using SourceOffSite; any Java VM usingSourceanywhere for VSSVisual Studio, IntelliJ IDEA (standard in Ultimate Edition)
SoftwareWeb interfacesStand-aloneGUIsIntegration and/or plug-ins forIDEs

History and adoption

[edit]

The following table provides historic background notes on various version-control systems:

Table explanation

  • Software: The name of the application that is described.
  • History: briefly describes the software's origins and development.
  • Notable current users: is a list of well known projects using the software as theirprimary revision control system, excluding the software itself, followed by a link to a full list if available.
SoftwareHistoryNotable current users
AccuRev SCM First publicly released in 2002
Azure DevOps Server First publicly released in March, 2006 as Visual Studio Team System, renamed to Team Foundation Server in 2010 and Azure DevOps Server in 2019.Microsoft
Azure DevOps Services First publicly released in 2012 as Team Foundation Service, renamed to Visual Studio Online in 2013, Visual Studio Team Services in 2015 and Azure DevOps in 2018.Microsoft
GNU Bazaar Initial release March 26, 2005. Loosely related tobaz. Sponsored byCanonical Ltd.
BitKeeper Initial release May 4, 2000. Influenced bySun WorkShop TeamWare
CA Software Change Manager Original company founded in 1977; CA SCM (then called CCC/Harvest) first released in 1995.
IBM DevOps Code ClearCase Developed beginning in 1990 by Atria Software, following concepts developed byApollo Computer in DSEE during the 1980s. The most recent version is 9.0.0, released in March 2016.
Code Co-op The first distributed VCS, demoed in 1997,[69] released soon after.
CVS First publicly released July 3, 1986; based onRCSNetBSD,OpenBSD
CVSNT First publicly released 1998; based onCVS. Started byCVS developers with the goal adding support for a wider range of development methods and processes.
darcs First announced on April 9, 2003
Dimensions CM Developed by SQL Software under the name "PCMS Dimensions" during the late 1980s (PCMS standing for Product Configuration Management). Through number of company acquisitions the product was released under names "PVCS Dimensions" (1990s, Intersolv), "Dimensions" (early 2000s, Merant), "ChangeMan Dimensions" (2004,Serena Software) and finally "Dimensions CM" (since 2007,Serena Software).
Fossil Fossil and SQLite have used Fossil since 21 July 2007.
Git Started byLinus Torvalds in April 2005, following theBitKeeper controversy.[70]Linux kernel,Android,OpenJDK,Bugzilla,DragonFly BSD,FreeBSD,gcc,[71]GNOME,GNU Emacs,GnuPG,[72]GRUB2,KDE,MySQL,Perl 5,[73]PostgreSQL,Python,[74]X.Org,Cairo,Qt Development Frameworks,Samba,OpenEmbedded,Ruby,Ruby on Rails,Wine,Fluxbox,Openbox,Compiz Fusion,XCB,Xen,ELinks, XMMS2,e2fsprogs,GNU Core Utilities,DokuWiki,Drupal,LibreOffice,MediaWiki,[75]Mono,ASP.NET MVC,ADO.NET Entity Framework,NuGet,jQuery and many of its plugins,OpenCV,Twitter,Netflix,LinkedIn,Wireshark,Django, many companies likeEclipse Foundation,Ericsson,Microsoft,[76]Huawei,Apple,Amazon,LG
GNU arch Started by Tom Lord in 2001, it later became part of theGNU project. Lord resigned as maintainer in August 2005.
IC Manage Developed by IC Manage, Inc which was founded in 2003 by Shiv Sikand and Dean Drako.
PTC Integrity Originally developed by MKS Software. Purchased by PTC in May 2011[77]
Mercurial Started April 6, 2005 by Matt Mackall, following theBitKeeper controversy.[70] First released on April 19, 2005GNU Multi-Precision Library,GNU Octave,Pidgin,XEmacs[78]
Monotone First released in April 2003
Perforce Helix Core Developed by Perforce Software, Inc which was founded in 1995 by Christopher Seiwald.
Rational Team Concert Version 1.0 released in June, 2008
Revision Control System July 1985
Source Code Control System Started byMarc Rochkind in 1972 (binary history files, written in Snobol on IBM-370,[79] SCCSv4 with text history files was published February 18, 1977.[80] The same history file format is still used in SCCS 5.0.[81]
StarTeam Version 1.0 1995;[82] Developed by StarBase software, acquired by Borland(which was acquired by Micro Focus).
Apache Subversion Started in 2000 byCVS developers with goal of replacing CVS
Synergy Developed beginning in 1988 by Caseware, as AmplifyControl. The company was renamed Continuus in 1994, where the product became better known as Continuus/CM. Continuus was acquired by Telelogic in 1999 shortly after going public; the product was renamed Telelogic Synergy. IBM acquired Telelogic in 2008 for integration into their Rational tool suite. The product is now known as IBM Rational Synergy.
Vault First publicly released in February, 2003Unknown
Vesta First publicly released under the LGPL in 2001
Visual SourceSafe originally created by a company called One Tree Software, version 3.1. Company was bought by Microsoft which released version 4.0 of VSS around 1995
SoftwareHistoryNotable current users

See also

[edit]

Notes

[edit]
  1. ^In Subversion, a file attribute enables the lock model on per-file basis. This file attribute can be set automatically using file name wildcard expressions.
  2. ^In ClearCase, a trigger may be set to allow for the lock model, and this is done at many sites. However, ClearCase development usually takes place on private branches where each developer is given their own branch, so the lock vs. merge concurrency model doesn't matter as much. Code is merged back to the main branch once the developer is ready to deliver their code to the project.
  3. ^RTC is not a distributed revision control system; but has some distributed feature that can be configured
  4. ^Various forks of the original Unix sources exist, only one of which is actively maintained
  5. ^While it is possible for multiple users to edit the same version of a file concurrently, only one of them can write back the changes.
  6. ^While some forks of SCCS are free software, others remain closed as parts of commercial Unix distributions.
  7. ^Bazaar's critical modules are written inPyrex. They are automatically translated to pureC; except for thepatience sorting module, used in merge resolution, which is written directly in theC language.
  8. ^A Bazaar bundle is a summary diff, with sufficient extra information to preserve history.
  9. ^Snapshots with binary files. It's discussed to have binary changesets in future (darcs 3)
  10. ^4 MB of which are sqlite3.c
  11. ^Mercurial revision numbers are local to a repository; they can differ from repository to repository depending on in which order merges are performed.
  12. ^A Monotone's revisions represent changesets and its manifests represent snapshots, each revision is linked to some manifest. But manifests are legacy constructs, they aren't kept in the database anymore and reconstructed on the fly if needed. The real work now happen in rosters which are hybrid snapshot/changeset structures.
  13. ^Evil twins are common.Evil Twins in SCM, Not HollywoodArchived 2013-10-16 at theWayback Machine
  14. ^Atomic commit can be enabled for individual checkin'sClearCase 7.1.1 release notes.
  15. ^SeeFAQ
  16. ^darcs' patches each bear a unique identifier, impossible to merge twice the same patch in a repository (without destructively modifying history using "unsafe" commands).
  17. ^Although it stores (and shows by default) 8-bit filename. SeeFAQ
  18. ^Using Item Revision Attributes ("Working with Items" demo, covering user define attributesArchived 2016-03-04 at theWayback Machine).
  19. ^In the sense that its messages and graphic interfaces have English only localization, though the software is certified running fine on various language operating systems.
  20. ^Controlled by the 'crnl-glob' setting ([1])
  21. ^Git does not explicitly track renames, because by design it does not track individual files. Renames and split of source files are detected after the fact, if the file content does not change dramatically.
  22. ^Since git-1.7.9 (seerelease notesArchived 2013-04-15 atarchive.today). Older versions do not sign commits, only tags (see the -s option ingit-tag(1) Manual page)
  23. ^UTF-8 filenames are supported as of version 1.7.10 (MSysGit release notes).
  24. ^Git has some issues with very large repositories. See SectionBetter big-file support and SectionDesigning a faster index format inSoC 2012 Ideas.
  25. ^Integrity enabled change packages provide complete workflow and 21 CFR Part 11 compliant digital signatures against the item controlling the change package.
  26. ^2009 SP5 added a feature to merge child development paths.
  27. ^Mercurial includes internationalization formore than 10 languages as of 2017.
  28. ^Support depends upon host OS and is well supported under Unix, but not Windows OSs, due to lack of host support. See[2]
  29. ^It could be done via user level hooks
  30. ^Perforce will version-control symbolic links themselves, but will not recognise its own version-controlled views (local file trees), if you access them via symbolic links.
  31. ^Through the process behaviour components: Operation advisors and Operation participants.http://jazz.net/library/article/292
  32. ^While the source code of SCCS has been written to support internationalisation, only English message texts exist.
  33. ^StarTeam supports atomic commits as of version 2006
  34. ^Subversion can move a file and conserve its history, if and only if the target of the move is in the same Subversion repository as the source. Cross-repository moves require third-party tools.
  35. ^Since SVN 1.8 subversion supports improved move-tracking on the client side. On the server-side it's not supported yet.
  36. ^"Changeset Signing". Apache Subversion Mailing Lists. Retrieved2016-08-05.
  37. ^New to SVN 1.5 <http://subversion.apache.org/docs/release-notes/1.5.html#merge-tracking>. A separate tool "svnmerge" <[3]> provides merge tracking for older versions.
  38. ^In Subversion, tags are a special case of the more generic "cheap copy" concept of Subversion. Per convention, a tag is a copy into a directory named "tags". Because of this, even tags are versioned. Seehttp://svnbook.red-bean.com/nightly/en/svn.branchmerge.tags.html for more information. The reason for partial support in the table is because Subversion's emulation of tags in this manner does not meet the requirement that the tag name can be used in place of any revision identifier wherever the user may be required to enter one. This column would be meaningless if the definition were to be loosened enough to encompass Subversion's approach as every version control system supports branching and would therefore support tags as well.
  39. ^in Asian releases (v6.6a to v7.1a) and since version 7.2 in general
  40. ^Version change history is removed upon rename; old name not referenced.
  41. ^not implementedyet
  42. ^Can not be disabled in dynamic views.
  43. ^Using alias of the CVSROOT/modules file.
  44. ^CVS records executable bit when a file is added, but does not allow changing it later on.
  45. ^This is a GUI feature supported by TortoiseCVS and WinCVS both of which include/use CVSNT.
  46. ^Same as CVS, plus also the ability to have replicated repositories including 'shadow' repositories.
  47. ^Use the module/directory name or an alias created using CVSROOT/modules or CVSROOT/modules2 administration file.
  48. ^CVSNT supports this when the make/build tool used also supports it.
  49. ^Darcs can do sparse checkouts from explicit checkpoints on darcs-1 repositories, but not from darcs-2 ones[citation needed]
  50. ^Darcs can automatically detect #! scripts and make them executable on checkout.
  51. ^Using Sub Project functionality (Documentation Portfolio | User's Guide | Relating a Project or Stream to Other Objects).
  52. ^Checkouts can be nested with "fossil open –nested"
  53. ^TheGit FAQ states that keyword expansion is not a good thing
  54. ^add -i andadd -p, seegit-add(1) Manual Page
  55. ^TheGit FAQ explains why preserving modification time is considered harmful
  56. ^Configurable on server as a Project Option and on the client as a User Option.
  57. ^Through third-party tools such asTortoise SVN.
  58. ^SVN can not preserve file modification times. On request by the client, it can restore check-in time as last-modified time. Disabled by default.
  59. ^MIME type of the file must be detected as a "human-readable" MIME type, even if the merge tool can work with non-human-readable files
  60. ^Standalone Branch, archived fromthe original on 2016-03-04, retrieved2014-11-06
  61. ^Shared Repository, archived fromthe original on 2016-03-04, retrieved2014-11-06
  62. ^Standalone Branch, archived fromthe original on 2016-03-04, retrieved2014-11-06
  63. ^Heavyweight Checkout and Lightweight Checkout, archived fromthe original on 2016-06-30, retrieved2014-11-06
  64. ^rebase plugin
  65. ^darcs doesn't have named branches, local or not, branching is handled solely through repository cloning
  66. ^darcs send prepares a bundle of patches, defaults to sending it by mail but can send it to a file instead
  67. ^copies are detected after the fact, much like renames
  68. ^Mercurial Bookmarks are similar to local branches.
  69. ^SCCS has implicit locks, applied when checking out viaedit, removed when creating a delta.
  70. ^Through any of various means, place (to-be-immutable) file in an immutable directory prior to vcheckin.
  71. ^mv(1) or link(2) the immutable file from its origin immutable directory to its destination immutable directory prior to vcheckin.
  72. ^Through any of various means, copy the immutable file from its origin immutable directory to its destination immutable directory prior to vcheckin.
  73. ^One can also enable this as a central preference in the repository server control panel or configuration file.
  74. ^Requires administrator privileges. One can 'roll back' a change using 'cvs update -e -j @commitid -j "@<commitid"' but the change and rollback evidence remain in the history.
  75. ^yes - use TortoiseCVS or WinCVS to commit the change to the destination and select which specific files to keep
  76. ^bisect is also available for cvs which should work with CVSNT
  77. ^darcs operate on patches not revision, cherrypicking simply consists in pulling a given patch from one repository to another one as long as the dependencies are fulfilled
  78. ^fossil stash supports multiple shelves with comments.
  79. ^git stash is a multi-level shelve, it's possible to shelve several change groups at the same time
  80. ^Only works on a local repository and only on revisions without children. The disapprove command might be an alternative.
  81. ^experimental in SVN 1.10 (release notes)
  82. ^SVN Bisect toolsvn-bisect
  83. ^svn status lists differences between working copy and repository, not differences between two repositories
  84. ^hgweb for single-repository access and hgwebdir for multiple repository access from a single HTTP address

References

[edit]
  1. ^Apache Software Foundation
  2. ^"CVS team member list",Non-GNU Savannah, The GNU Project
  3. ^CVS Pro, March Hare
  4. ^"How To Buy".perforce.com. Retrieved2018-01-18.
  5. ^"What is a distributed version control system". GitLab.
  6. ^Jean-Michel Lemieux,Countdown to the next Rational Team Concert: Part II – Source control enhancements, Jazz Community, archived fromthe original on 2015-09-10, retrieved2010-12-28
  7. ^Rational Synergy, IBM, 9 November 2020
  8. ^Licesing and pricing, PlasticSCM
  9. ^IBM – Rational ClearCase – United States, 9 November 2020, archived fromthe original on November 11, 2013
  10. ^"Changesets". March Hare Software Ltd. Retrieved8 May 2012.
  11. ^Fossil Technical Overview
  12. ^Fossil Hash Policy
  13. ^Git Server Protocol
  14. ^"Git - fast, scalable, distributed revision control system".GitHub. 2 November 2021.
  15. ^"Archived copy"(PDF). Archived fromthe original(PDF) on 2011-11-13. Retrieved2012-01-12.{{cite web}}: CS1 maint: archived copy as title (link)
  16. ^"SCM News – Kronos Turns to AccuRev for Software Configuration Management". AccuRev. 2004-04-26. Archived fromthe original on 2014-02-02. Retrieved2014-01-26.
  17. ^"Enhanced Performance and Scalability for Cross-Platform Geographically Distributed Teams". AccuRev. 2008-09-23. Archived fromthe original on 2014-02-02. Retrieved2014-01-26.
  18. ^"EOL conversions are supported since bzr 1.14". Doc.bazaar-vcs.org. Archived fromthe original on 2009-04-13. Retrieved2014-01-26.
  19. ^Support Policy for National Languages and ClearCase from IBM Support
  20. ^"Fossil: Hooks".
  21. ^"Fossil: Fossil Versus Git".
  22. ^"GitExtension - Mercurial".
  23. ^https://foss.heptapod.net/mercurial/mercurial-devel/-/tree/branch/default/hgext/git
  24. ^With theLargefiles Extension in core sinceHg Rev.:2.0 (2011), theremotefilelog extension (2014), thefsmonitor extension in core sinceHg Rev.:3.8 (2016) and the experimental sparse extension in coresince Hg Rev.:4.3 (2017).
  25. ^[4]Archived 2014-02-10 at theWayback Machine from thePerforce User's Guide
  26. ^[5]Archived 2014-02-09 at theWayback Machine from thePerforce User's Guide
  27. ^"Perforce Public Knowledge Base – Home". Perforce.com. Archived fromthe original on 2007-08-14. Retrieved2014-01-26.
  28. ^"Perforce Knowledge Base: Internationalization and Localization". Kb.perforce.com. 2010-10-21. Archived fromthe original on 2012-02-08. Retrieved2014-01-26.
  29. ^"Perforce Knowledge Base: Internationalization and Localization". Kb.perforce.com. 2010-10-21. Archived fromthe original on 2013-01-30. Retrieved2014-01-26.
  30. ^[6] – Seapine Software Releases Surround SCM 2009
  31. ^"GitCentric | AccuRevGit for the Enterprise". Accurev.com. Archived fromthe original on 2012-10-17. Retrieved2014-01-26.
  32. ^"Bazaar keywords plugin". Wiki.bazaar.canonical.com. 2005-09-05. Archived fromthe original on 2014-02-01. Retrieved2014-01-26.
  33. ^"Bazaar interactive plugin". Launchpad.net. 7 March 2008. Retrieved2014-01-26.
  34. ^"Bazaar Externals plugin". Launchpad.net. 9 November 2009. Retrieved2014-01-26.
  35. ^"Ignore merge operation for given extension". 4 March 2010.
  36. ^"bzr-svn". Launchpad.net. 8 May 2006. Retrieved2014-01-26.
  37. ^"bzr-git". Launchpad.net. 15 July 2006. Retrieved2014-01-26.
  38. ^"bzr-hg". Launchpad.net. 13 June 2006. Retrieved2014-01-26.
  39. ^IBM Rational ClearCase: The ten best triggers from IBM DeveloperWorks
  40. ^The manifest, Fossil file formats
  41. ^"Fossil import and export". Fossil-scm.org. 2014-01-22. Archived fromthe original on 2014-02-02. Retrieved2014-01-26.
  42. ^"FossilHelp: import"
  43. ^"git-submodule(1) Manual Page". Kernel.org. 2013-02-15. Retrieved2014-01-26.
  44. ^"git-read-tree(1) Manual Page". kernel.org. 2014-08-24. Retrieved2014-10-24.
  45. ^"Mercurial KeywordExtension page". Mercurial-scm.org. Retrieved2014-01-26.
  46. ^"Mercurial RecordExtension page". Mercurial-scm.org. 2013-08-27. Retrieved2014-01-26.
  47. ^"Subrepository – Mercurial". Mercurial-scm.org. Retrieved2016-04-22.
  48. ^With the sparse extension included in core sinceHg Rev.:4.3.
  49. ^"Mercurial Timestamp Extension". Mercurial-scm.org. 2012-04-24. Retrieved2014-01-26.
  50. ^"Merge Tool Configuration". Mercurial-scm.org. 2017-03-14. Retrieved2017-09-05.
  51. ^"hgsubversion page". Mercurial-scm.org. 2013-08-28. Retrieved2014-01-26.
  52. ^"Hg-Git Mercurial Plugin". Hg-git.github.com. Retrieved2014-01-26.
  53. ^"Mercurial ConvertExtension page". Mercurial-scm.org. 2013-11-29. Retrieved2014-01-26.
  54. ^"Mercurial: the definitive guide: Appendix: Migrating to Mercurial"
  55. ^abc"P4 User's Guide". Perforce. Retrieved19 January 2018.
  56. ^"Keyword Substitution". Svnbook.red-bean.com. Retrieved2014-01-26.
  57. ^"Externals Definitions". Svnbook.red-bean.com. Retrieved2014-01-26.
  58. ^abdarcs's defaultpull command is interactive, allowing the user to choose which patches to apply (merge) in realtime
  59. ^"Mercurial Rebase Extension". Mercurial-scm.org. 2012-10-25. Retrieved2014-04-23.
  60. ^"bug 6463 - enh: search repository". Retrieved8 May 2012.
  61. ^"Mercurial Shelve extension page". Mercurial-scm.org. 2013-11-07. Retrieved2014-01-26.
  62. ^"Mercurial Strip extension page". Mercurial-scm.org. Retrieved11 May 2016.
  63. ^"graft -core command (since Hg Rev.2.0)". Selenic.com. Retrieved2014-01-26.
  64. ^"Mercurial Transplant extension page". Mercurial-scm.org. 2012-05-12. Retrieved2014-01-26.
  65. ^"The Perforce Broker". Perforce.com. Archived fromthe original on 2013-11-16. Retrieved2014-01-26.
  66. ^"Perforce Knowledge Base: "Cherry Picking" Integrations". Kb.perforce.com. 1990-01-01. Archived fromthe original on 2012-03-09. Retrieved2014-01-26.
  67. ^"Supported Integrations – PTC Integrity". Mks.com. 2012-09-10. Archived fromthe original on 2012-07-25. Retrieved2014-01-26.
  68. ^"La Chose : web agency and software maker – agence web et développement de logiciels". Archived fromthe original on 2016-06-18. Retrieved2006-09-20.
  69. ^Distributed Source Control System. Portal.acm.org. 1997-05-18. pp. 98–107.ISBN 9783540630142. Retrieved2014-01-26.
  70. ^abTowards A Better SCM: Revlogs and Mercurial, presented by Matt Mackall to the Ottawa Linux Symposium, July 2006
  71. ^"GCC: Anonymous read-only Git access". Retrieved24 October 2023.
  72. ^"A Hacker's Guide to GnuPG". 11 March 2021. Retrieved24 October 2023.
  73. ^"Getting and Working With the Perl Source". dev.perl.org. Retrieved2014-01-26.
  74. ^"Setup and building". Python.org. Retrieved2023-10-24.
  75. ^"Git". MediaWiki. Retrieved1 August 2012.
  76. ^"The largest Git repo on the planet". May 24, 2017.
  77. ^"PTC Sets New Standard for Managing Hardware and Software Development Lifecycles with MKS Integrity Acquisition – PTC Integrity". Mks.com. Archived fromthe original on 2014-07-22. Retrieved2014-01-26.
  78. ^"Some projects that use Mercurial",Mercurial (wiki), Mercurial-scm.org.
  79. ^Rochkind, Marc J. (December 1975),"The Source Code Control System"(PDF),IEEE Transactions on Software Engineering, vol. SE-1, no. 4, pp. 364–370,Bibcode:1975ITSEn...1..364R,doi:10.1109/tse.1975.6312866,S2CID 10006076, archived fromthe original(PDF) on 2011-05-25, retrieved2014-07-31
  80. ^http://minnie.tuhs.org/cgi-bin/utree.pl?file=PWB1/usr/news/pibs PWB UNIX product announcement
  81. ^Comparethe SCCS 4 file format with theSCCS 5.0Archived 2014-08-19 at theWayback Machine file format (as manpage sccsfile(4) in"Archived copy". Archived fromthe original on 2014-08-19. Retrieved2014-08-17.{{cite web}}: CS1 maint: archived copy as title (link)
  82. ^Starteam®
Years, where available, indicate the date of first stable release. Systems with namesin italics are no longer maintained or have planned end-of-life dates.
Local only
Free/open-source
Proprietary
Client–server
Free/open-source
Proprietary
Distributed
Free/open-source
Proprietary
Concepts
Retrieved from "https://en.wikipedia.org/w/index.php?title=Comparison_of_version-control_software&oldid=1322096535"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp