diff options
author | peter <peter@FreeBSD.org> | 2003-03-04 19:02:27 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2003-03-04 19:02:27 +0000 |
commit | 41654eba84690d1fb48bb0bc8208895d859fe279 (patch) | |
tree | 22b1429611a439bb369efb46468fb3276cfc0354 /share/examples/cvsup | |
parent | cc661efe39db9f7b28546f9fc2ed4909372954a6 (diff) | |
download | FreeBSD-src-41654eba84690d1fb48bb0bc8208895d859fe279.zip FreeBSD-src-41654eba84690d1fb48bb0bc8208895d859fe279.tar.gz |
Add cvsroot-all to the example
Diffstat (limited to 'share/examples/cvsup')
-rw-r--r-- | share/examples/cvsup/cvs-supfile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/share/examples/cvsup/cvs-supfile b/share/examples/cvsup/cvs-supfile index 56dbefd..99ea003 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 |