1\input texinfo  @c -*-texinfo-*-
2@comment Documentation for CVS.
3@comment This document is free software; you can redistribute and/or modify
4@comment it under the terms of the GNU General Public License as published by
5@comment the Free Software Foundation; either version 2, or (at your option)
6@comment any later version.
7
8@comment This document is distributed in the hope that it will be useful,
9@comment but WITHOUT ANY WARRANTY; without even the implied warranty of
10@comment MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11@comment GNU General Public License for more details.
12
13@finalout
14
15@setfilename cvsbook.info
16@settitle Open Source Development With CVS
17@setchapternewpage odd
18
19@c I prefer paragraphs flush left when the font is fixed-width,
20@c especially when the paragraphs are interleaved with indented code
21@c examples, which happens a lot in this document.
22@ifnottex
23@paragraphindent 0
24@end ifnottex
25
26@c Browser defaults lose.  Let's go for black text on white background.
27@ifhtml
28@html
29<body bgcolor="#FFFFFF" fgcolor="#000000">
30@end html
31@end ifhtml
32
33@ifinfo
34@format
35START-INFO-DIR-ENTRY
36* CVS Book: (cvsbook).          A CVS tutorial and reference.
37END-INFO-DIR-ENTRY
38@end format
39@end ifinfo
40
41@ifnottex
42Copyright @copyright{} 1999, 2000 Karl Fogel <kfogel@@red-bean.com>
43
44This document is free software; you can redistribute and/or modify
45it under the terms of the GNU General Public License as published by
46the Free Software Foundation; either version 2, or (at your option)
47any later version.
48
49This document is distributed in the hope that it will be useful,
50but WITHOUT ANY WARRANTY; without even the implied warranty of
51MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52GNU General Public License for more details.
53@end ifnottex
54
55@comment The titlepage section does not appear in the Info file.
56@titlepage
57@sp 4
58@comment The title is printed in a large font.
59@center @titlefont{Open Source Development}
60@sp
61@center @titlefont{With}
62@sp
63@center @titlefont{CVS}
64@comment -release-
65@sp 3
66@center Karl Fogel <kfogel@@red-bean.com>
67
68@comment  The following two commands start the copyright page
69@comment  for the printed manual.  This will not appear in the Info file.
70@page
71@vskip 0pt plus 1filll
72Copyright @copyright{} 1999, 2000 Karl Fogel <kfogel@@red-bean.com>
73
74This document is free software; you can redistribute and/or modify
75it under the terms of the GNU General Public License as published by
76the Free Software Foundation; either version 2, or (at your option)
77any later version.
78
79This document is distributed in the hope that it will be useful,
80but WITHOUT ANY WARRANTY; without even the implied warranty of
81MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
82GNU General Public License for more details.
83@end titlepage
84
85@comment ================================================================
86@comment                   The real text starts here
87@comment ================================================================
88
89@include version.texi
90
91This manual describes how to use and administer CVS (Concurrent Versions
92System).  It is part of a larger work entitled @cite{Open Source
93Development With CVS}; please see the introduction for details.
94
95This is version @value{VERSION} of this manual.
96
97@summarycontents
98@contents
99
100@ifnottex
101@c ---------------------------------------------------------------------
102@node Top
103@top
104@unnumbered Top
105
106@menu
107* Introduction::               What is this book?
108* An Overview of CVS::         Basic CVS usage -- a tutorial.
109* Repository Administration::  How to run a CVS repository.
110* Advanced CVS::               What the gurus know.
111* Tips And Troubleshooting::   FAQs and real-life experiences.
112* CVS Reference::              A reference to CVS commands, variables, etc.
113* Third-Party Tools::          Other tools that work with CVS.
114* Index::
115* GNU General Public License::
116* GNU Free Documentation License::
117@end menu
118@end ifnottex
119
120@c ----------------------------------------------------------------------
121
122@c Chapters 1, 3, 5, and 7 don't exist.  See introduction for why.
123
124@include introduction.texi
125@include chapter-2.texi
126@include chapter-4.texi
127@include chapter-6.texi
128@include chapter-8.texi
129@include chapter-9.texi
130@include chapter-10.texi
131@include index.texi
132@include gpl.texi
133@include fdl.texi
134
135@c ----------------------------------------------------------------------
136
137@bye
138