summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Stone <aaron@serendipity.cx>2013-09-04 11:14:06 -0700
committerAaron Stone <aaron@serendipity.cx>2013-09-04 11:14:06 -0700
commitf49f3fe075c1b0fbb905f09066ae17cebc51cc83 (patch)
tree03445e7a3eae12fa7c496d337cf575c2fa518fbf
parenta4ee585cb17751dca8cf49d9361124e438a39d87 (diff)
parent7b2084afba9a0ca76fce75f479f88390d6204bca (diff)
Merge pull request #92 from markleightonfisher/dev-README.CVS.markdown
Documented the "module" attribute.
-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`):