Merge pull request #10647 from MercuryTechnologies/improve-tar-errors
[cabal.git] / doc / vcs / kind.rst
blobe87d55ae49e0ecc0d0311390ca37efc8bcb6c7ef
1 ..
2   VCS kind
4 Cabal supports specifying different information for various common source
5 control systems. This is the name of the source control system used for a
6 repository. The currently recognised types are:
8 -  ``darcs``
9 -  ``git``
10 -  ``svn``
11 -  ``cvs``
12 -  ``mercurial`` (or alias ``hg``)
13 -  ``bazaar`` (or alias ``bzr``)
14 -  ``arch``
15 -  ``monotone``
16 -  ``pijul``
18 The VCS kind will determine what other fields are appropriate to specify for a
19 particular version control system.