@@ -274,7 +274,7 @@ su - postgres
274
274
</para>
275
275
276
276
<para>
277
- If you are building from a <acronym>CVS</acronym > tree instead of
277
+ If you are building from a <productname>Git</productname > tree instead of
278
278
using a released source package, or if you want to do server development,
279
279
you also need the following packages:
280
280
@@ -295,7 +295,7 @@ su - postgres
295
295
</indexterm>
296
296
297
297
GNU <application>Flex</> and <application>Bison</>
298
- are needed to build from a CVS checkout, or if you changed the actual
298
+ are needed to build from a Git checkout, or if you changed the actual
299
299
scanner and parser definition files. If you need them, be sure
300
300
to get <application>Flex</> 2.5.31 or later and
301
301
<application>Bison</> 1.875 or later. Other <application>lex</>
@@ -308,7 +308,7 @@ su - postgres
308
308
<primary>perl</primary>
309
309
</indexterm>
310
310
311
- <application>Perl</> 5.8 or later is needed to build from a CVS checkout,
311
+ <application>Perl</> 5.8 or later is needed to build from a Git checkout,
312
312
or if you changed the input files for any of the build steps that
313
313
use Perl scripts. If building on Windows you will need
314
314
<application>Perl</> in any case.
@@ -361,7 +361,7 @@ su - postgres
361
361
362
362
<para>
363
363
You can also get the source directly from the version control repository, see
364
- <xref linkend="cvs ">.
364
+ <xref linkend="sourcerepo ">.
365
365
</para>
366
366
</sect1>
367
367
]]>
@@ -2562,7 +2562,7 @@ make MAX_CONNECTIONS=5 check
2562
2562
<para>
2563
2563
Aside from the PostgreSQL source distribution, you will need GNU
2564
2564
make (HP's make will not do), and either GCC or HP's full ANSI C
2565
- compiler. If you intend to build from CVS sources rather than a
2565
+ compiler. If you intend to build from Git sources rather than a
2566
2566
distribution tarball, you will also need Flex (GNU lex) and Bison
2567
2567
(GNU yacc). We also recommend making sure you are fairly
2568
2568
up-to-date on HP patches. At a minimum, if you are building 64
0 commit comments