Remove ASR_MEASURE_PERFORMANCE, it doesn't work anyway.
[dragonfly.git] / contrib / cvs-1.12.9 / README
1                                 CVS Kit
2
3                 Copyright (c) 1993-1994 Brian Berliner
4            Copyright (c) 1992 Brian Berliner and Jeff Polk
5                Copyright (c) 1989-1992, Brian Berliner
6                Copyright (c) 1998-2004 Free Software Foundation,
7                                        Derek Price,
8                                        & Ximbiot <http://ximbiot.com>
9                          All Rights Reserved
10
11     This program is free software; you can redistribute it and/or modify
12     it under the terms of the GNU General Public License as published by
13     the Free Software Foundation; either version 1, or (at your option)
14     any later version.
15
16     This program is distributed in the hope that it will be useful,
17     but WITHOUT ANY WARRANTY; without even the implied warranty of
18     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19     GNU General Public License for more details.
20
21 -------------------------------------------------------------------------------
22
23 Welcome to CVS!
24
25 If you have problems or think you have found a bug in CVS, see the
26 section BUGS in the CVS manual (also known as Version Management with
27 CVS by Per Cederqvist et al, or cvs.texinfo--see below for details).
28
29 If you are thinking of submitting changes to CVS, see the
30 file HACKING.
31
32 Please consult the INSTALL file for information on tested
33 configurations.  If you have a comment about an already tested
34 configuration, or have tried CVS on a new configuration, please let us
35 know as described in INSTALL.  Free software only works if we all help
36 out.
37
38 Finally, we cannot guarantee that this release will not completely wipe out
39 all of your work from your system.  We do some simple testing before each
40 release, but you are completely on your own.  We recommend testing this
41 release on a source repository that is not critical to your work.  THIS
42 SOFTWARE IS SUPPLIED COMPLETELY "AS IS".  NO WARRANTY....
43
44 Thanks for your support!
45
46         -The CVS Team
47
48 -------------------------------------------------------------------------------
49
50 What Is CVS?
51
52 CVS is a version control system, which allows you to keep old versions
53 of files (usually source code), keep a log of who, when, and why
54 changes occurred, etc., like RCS or SCCS.  It handles multiple
55 developers, multiple directories, triggers to enable/log/control
56 various operations, and can work over a wide area network.  The
57 following tasks are not included; they can be done in conjunction with
58 CVS but will tend to require some script-writing and software other
59 than CVS: bug-tracking, build management (that is, make and make-like
60 tools), and automated testing.
61
62 And a whole lot more.  See the manual for more information.
63
64 -------------------------------------------------------------------------------
65
66 Notes to people upgrading from a previous release of CVS:
67
68 See the NEWS file for a description of features new in this version.
69
70 See the Compatibility section of the manual for information on
71 compatibility between CVS versions.  The quick summary is that as long
72 as you not using the optional watch features, there are no
73 compatibility problems with CVS 1.5 or later.
74
75 -------------------------------------------------------------------------------
76
77 Installation:
78
79 Please read the INSTALL file for installation instructions.  Brief summary:
80
81         $ ./configure
82         $ make
83         (run the regression tests if desired)
84         $ make install
85         (create a repository if you don't already have one)
86
87 The documentation is in the doc subdirectory.  cvs.texinfo is the main
88 manual; cvs.info* and cvs.ps are the info and postscript versions,
89 respectively, generated from cvs.texinfo.  The postscript version is
90 for US letter size paper; we do this not because we consider this size
91 "better" than A4, but because we believe that the US letter version
92 will print better on A4 paper than the other way around. If you want a
93 version formatted for A4, add the line @afourpaper near the start of
94 cvs.texinfo and re-generate cvs.ps using TeX.
95
96 -------------------------------------------------------------------------------
97
98 * How do I get up-to-date information and information about other
99 versions of CVS?
100
101 On the web, http://www.loria.fr/~molli/cvs-index.html.
102
103 See also 
104         http://www.cvshome.org
105
106 The mailing list for CVS is info-cvs@gnu.org.  Send
107 subscription and removal requests for that list to
108 info-cvs-request@gnu.org.
109
110 The newsgroup for CVS (and other configuration management systems) is
111 comp.software.config-mgmt.  There is not yet a CVS-specific newsgroup,
112 but perhaps if comp.software.config-mgmt gets enough CVS discussion,
113 then it will be possible to create one.
114
115 -------------------------------------------------------------------------------
116
117 Credits:  See the AUTHORS file.