$MidnightBSD: src/contrib/cvs/MIDNIGHTBSD-upgrade,v 1.3 2007/04/10 05:37:26 laffer1 Exp $

This directory contains the virgin CVS source on the vendor branch.  Do
not under any circumstances commit new versions onto the mainline, new
versions or official-patch versions must be imported.

To prepare a new cvs dist for import, extract it into a fresh directory;
then delete the files and directories listed in MIDNIGHTBSD-Xlist.

You will need to generage getdate.c from getdate.y which requires
bison 1.875 at the time of writing.  

Delete trash:
$ sh -c 'while read glob ; do rm -rvf $glob ; done' \
  </usr/src/contrib/cvs/MIDNIGHTBSD-Xlist

CVS is imported from its top level directory something like this:
  cvs -n import src/contrib/cvs CVSHOME v<version>

The -n option is "don't 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 src/contrib/cvs CVSHOME 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.

The developers can be reached at:  <devel-cvs@cyclic.com>.  Local changes
that are suitable for public consumption should be submitted for inclusion
in future releases.

Current local changes:
    Current patches from DragonFly to add CVSROOT/options and a few other things.
