summaryrefslogtreecommitdiff
path: root/README.CVS.markdown
diff options
context:
space:
mode:
authorMark Leighton Fisher <fisherscreek.consulting@gmail.com>2013-09-04 10:24:38 -0400
committerMark Leighton Fisher <fisherscreek.consulting@gmail.com>2013-09-04 10:24:38 -0400
commit7b2084afba9a0ca76fce75f479f88390d6204bca (patch)
tree03445e7a3eae12fa7c496d337cf575c2fa518fbf /README.CVS.markdown
parenta4ee585cb17751dca8cf49d9361124e438a39d87 (diff)
Documented the "module" attribute.
Diffstat (limited to 'README.CVS.markdown')
-rw-r--r--README.CVS.markdown10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.CVS.markdown b/README.CVS.markdown
index 10121a7..3bdd59d 100644
--- a/README.CVS.markdown
+++ b/README.CVS.markdown
@@ -21,6 +21,16 @@ To get the current mainline:
provider => cvs,
source => ":pserver:anonymous@example.com:/sources/myproj"
}
+
+To get a specific module on the current mainline:
+
+ vcsrepo {"/vagrant/lockss-daemon-source":
+ ensure => present,
+ provider => cvs,
+ source => ":pserver:anonymous@lockss.cvs.sourceforge.net:/cvsroot/lockss",
+ module => "lockss-daemon",
+ }
+
You can use the `compression` parameter (it works like CVS `-z`):