]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/cvs/FREEBSD-upgrade
This commit was generated by cvs2svn to compensate for changes in r52277,
[FreeBSD/FreeBSD.git] / contrib / cvs / FREEBSD-upgrade
1 This directory contains the virgin CVS source on the vendor branch.  Do
2 not under any circumstances commit new versions onto the mainline, new
3 versions or official-patch versions must be imported.
4
5 To prepare a new cvs dist for import, extract it into a fresh directory;
6
7 The following generated files were deleted:
8 doc/*.ps
9 doc/*.info*
10 doc/*.aux*
11 doc/CVSvn.texi
12 lib/getdate.c
13 tools/pcl-cvs/*.ps
14 tools/pcl-cvs/*.aux
15 tools/pcl-cvs/texinfo.tex
16 cvsnt.*
17 cvs.spec
18 build.com
19 src/build_src.com
20 lib/build_lib.com
21 diff/build_diff.com
22 README.VMS
23
24 The following non-freebsd-specific directories were deleted:
25 macintosh
26 os2
27 emx
28 windows-NT
29 vms
30 contrib/elib    (this has a .tar.Z in it)
31 zlib
32
33 CVS has RCS Id, Name and Header tags. It needs to be imported with -ko.
34
35 It is imported from it's top level directory something like this:
36   cvs -n import -ko src/contrib/cvs CYCLIC v<version>
37
38 The -n option is "dont do anything" so you can see what is about to happen
39 first.  Remove it when it looks ok.
40
41 The initial import was done with:
42   cvs import -ko src/contrib/cvs CYCLIC v1_8_1
43
44 When new versions are imported, cvs will give instructions on how to merge
45 the local and vendor changes when/if conflicts arise..
46
47 The developers can be reached at:  <devel-cvs@cyclic.com>.  Local changes
48 that are suitable for public consumption should be submitted for inclusion
49 in future releases.
50
51 peter@freebsd.org - 20 Aug 1996
52
53 Current local changes:
54   - CVS_LOCAL_BRANCH_NUM environment variable support for choosing the
55     magic branch number.  (for CVSup local-commit support)