]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/cvs/FREEBSD-upgrade
This commit was generated by cvs2svn to compensate for changes in r96364,
[FreeBSD/FreeBSD.git] / contrib / cvs / FREEBSD-upgrade
1 $FreeBSD$
2
3 MAINTAINER=     peter@FreeBSD.org
4
5 This directory contains the virgin CVS source on the vendor branch.  Do
6 not under any circumstances commit new versions onto the mainline, new
7 versions or official-patch versions must be imported.
8
9 To prepare a new cvs dist for import, extract it into a fresh directory;
10
11 The following generated files were deleted:
12 doc/*.ps
13 doc/*.info*
14 doc/*.aux*
15 doc/CVSvn.texi
16 doc/texinfo.tex
17 lib/getdate.c
18 cvsnt.*
19 cvs.spec*
20 build.com
21 */*.com
22 */*.dsp
23 */.cvsignore
24 README.VMS
25
26 The following non-freebsd-specific directories were deleted:
27 os2
28 emx
29 windows-NT
30 vms
31 zlib
32
33 It is imported from it's top level directory something like this:
34   cvs -n import src/contrib/cvs CYCLIC v<version>
35
36 The -n option is "dont do anything" so you can see what is about to happen
37 first.  Remove it when it looks ok.
38
39 The initial import was done with:
40   cvs import src/contrib/cvs CYCLIC v1_8_1
41
42 When new versions are imported, cvs will give instructions on how to merge
43 the local and vendor changes when/if conflicts arise..
44
45 The developers can be reached at:  <devel-cvs@cyclic.com>.  Local changes
46 that are suitable for public consumption should be submitted for inclusion
47 in future releases.
48
49 peter@freebsd.org - 20 Aug 1996
50
51 Current local changes:
52   - CVS_LOCAL_BRANCH_NUM environment variable support for choosing the
53     magic branch number.  (for CVSup local-commit support)
54   - CVSREADONLYFS environment variable and global option -R to enable
55     no-locking readonly mode (eg: cvs repo is a cdrom or mirror)
56   - the verify message script can edit the submitted log message.
57   - CVSROOT/options file
58   - Variable keyword expansion controls including custom keywords.
59   - $ CVSHeader$ keyword - like Header, but with $CVSROOT stripped off.