Puppet module to manage VCS repositories
Go to file
Bruce Williams a42116b096 Convert bare repos to working copy repos and vice-versa 2010-03-13 00:00:11 -08:00
lib/puppet Convert bare repos to working copy repos and vice-versa 2010-03-13 00:00:11 -08:00
spec Convert bare repos to working copy repos and vice-versa 2010-03-13 00:00:11 -08:00
Modulefile Convert bare repos to working copy repos and vice-versa 2010-03-13 00:00:11 -08:00
README.GIT.markdown Convert bare repos to working copy repos and vice-versa 2010-03-13 00:00:11 -08:00
README.SVN.markdown Convert bare repos to working copy repos and vice-versa 2010-03-13 00:00:11 -08:00
README.markdown Convert bare repos to working copy repos and vice-versa 2010-03-13 00:00:11 -08:00

README.markdown

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.