diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2003-03-04 19:02:27 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2003-03-04 19:02:27 +0000 |
| commit | 3d006bcac33bf5269f4f2b26fc0a7612a3596ee3 (patch) | |
| tree | 22b1429611a439bb369efb46468fb3276cfc0354 | |
| parent | f617fa528d95c4a90bfb9dd21811c581af378ea8 (diff) | |
Notes
| -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 56dbefddefd94..99ea0036af394 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 |
