Update for 1.10.7 update.

This commit is contained in:
peter 1999-12-11 13:11:47 +00:00
parent aab6aeadd4
commit d47f395242

View File

@ -14,36 +14,30 @@ doc/*.info*
doc/*.aux*
doc/CVSvn.texi
lib/getdate.c
tools/pcl-cvs/*.ps
tools/pcl-cvs/*.aux
tools/pcl-cvs/texinfo.tex
cvsnt.*
cvs.spec
build.com
src/build_src.com
lib/build_lib.com
diff/build_diff.com
*/*.com
*/*.dsp
.cvsignore
*/.cvsignore
README.VMS
The following non-freebsd-specific directories were deleted:
macintosh
os2
emx
windows-NT
vms
contrib/elib (this has a .tar.Z in it)
zlib
CVS has RCS Id, Name and Header tags. It needs to be imported with -ko.
It is imported from it's top level directory something like this:
cvs -n import -ko src/contrib/cvs CYCLIC v<version>
cvs -n import src/contrib/cvs CYCLIC v<version>
The -n option is "dont do anything" so you can see what is about to happen
first. Remove it when it looks ok.
The initial import was done with:
cvs import -ko src/contrib/cvs CYCLIC v1_8_1
cvs import src/contrib/cvs CYCLIC v1_8_1
When new versions are imported, cvs will give instructions on how to merge
the local and vendor changes when/if conflicts arise..