summaryrefslogtreecommitdiff
path: root/README.markdown
blob: 33fddcb562d2a66563ad4484c5a8ec6b3df046be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
vcsrepo
=======

Purpose
-------

This provides a single type, `vcsrepo`.

This type can be used to describe:

* A working copy checked out from a (remote or local) source, at an
  arbitrary revision
* A "blank" working copy not associated with a source (when it makes
  sense for the VCS being used) 
* A "blank" central repository (when the distinction makes sense for the VCS
  being used) 

Supported Version Control Systems
---------------------------------

This module supports a wide range of VCS types, each represented by a
separate provider.

For information on how to use this module with a specific VCS, see
`README.<VCS>.markdown`.

License
-------

See LICENSE.