@@ -274,7 +274,7 @@ su - postgres
274274 </para>
275275
276276 <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
278278 using a released source package, or if you want to do server development,
279279 you also need the following packages:
280280
@@ -295,7 +295,7 @@ su - postgres
295295 </indexterm>
296296
297297 GNU <application>Flex</> and <application>Bison</>
298- are needed to build from aCVS checkout, or if you changed the actual
298+ are needed to build from aGit checkout, or if you changed the actual
299299 scanner and parser definition files. If you need them, be sure
300300 to get <application>Flex</> 2.5.31 or later and
301301 <application>Bison</> 1.875 or later. Other <application>lex</>
@@ -308,7 +308,7 @@ su - postgres
308308 <primary>perl</primary>
309309 </indexterm>
310310
311- <application>Perl</> 5.8 or later is needed to build from aCVS checkout,
311+ <application>Perl</> 5.8 or later is needed to build from aGit checkout,
312312 or if you changed the input files for any of the build steps that
313313 use Perl scripts. If building on Windows you will need
314314 <application>Perl</> in any case.
@@ -361,7 +361,7 @@ su - postgres
361361
362362 <para>
363363 You can also get the source directly from the version control repository, see
364- <xref linkend="cvs ">.
364+ <xref linkend="sourcerepo ">.
365365 </para>
366366 </sect1>
367367]]>
@@ -2562,7 +2562,7 @@ make MAX_CONNECTIONS=5 check
25622562 <para>
25632563 Aside from the PostgreSQL source distribution, you will need GNU
25642564 make (HP's make will not do), and either GCC or HP's full ANSI C
2565- compiler. If you intend to build fromCVS sources rather than a
2565+ compiler. If you intend to build fromGit sources rather than a
25662566 distribution tarball, you will also need Flex (GNU lex) and Bison
25672567 (GNU yacc). We also recommend making sure you are fairly
25682568 up-to-date on HP patches. At a minimum, if you are building 64