From 3d006bcac33bf5269f4f2b26fc0a7612a3596ee3 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 4 Mar 2003 19:02:27 +0000 Subject: [PATCH] Add cvsroot-all to the example --- share/examples/cvsup/cvs-supfile | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/share/examples/cvsup/cvs-supfile b/share/examples/cvsup/cvs-supfile index 56dbefddefd..99ea0036af3 100644 --- a/share/examples/cvsup/cvs-supfile +++ b/share/examples/cvsup/cvs-supfile @@ -168,3 +168,16 @@ ports-all # collections, doc-all +## CVSROOT control files +# +# This is to get the control files that cvs(1) needs and the commit logs. +cvsroot-all + +# These are the individual collections that make up "cvsroot-all" If you +# use these, be sure to comment out "cvsroot-all" above. "cvsroot-common" +# is a synthetic CVSROOT that has all the modules from the other CVSROOT-* +# directories merged into one, and merged commitlogs via symlinks. +#cvsroot-common +#cvsroot-src +#cvsroot-ports +#cvsroot-doc