7 This provides a single type, `vcsrepo`.
9 This type can be used to describe:
11 * A working copy checked out from a (remote or local) source, at an
13 * A "blank" working copy not associated with a source (when it makes
14 sense for the VCS being used)
15 * A "blank" central repository (when the distinction makes sense for the VCS
18 Supported Version Control Systems
19 ---------------------------------
21 This module supports a wide range of VCS types, each represented by a
24 For information on how to use this module with a specific VCS, see
25 `README.<VCS>.markdown`.