Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 726f9dd

Browse files
committed
Remove anonymous cvs instructions, and replace them with instructions
for git. Change other references from cvs to git as well.
1 parent fe9b36f commit 726f9dd

10 files changed

+107
-287
lines changed

doc/src/sgml/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
# This makefile is for building and installing the documentation.
1010
# When a release tarball is created, the documentation files are
11-
# prepared using the distprep target. In CVS-based trees these files
11+
# prepared using the distprep target. In Git-based trees these files
1212
# don't exist, unless explicitly built, so we skip the installation in
1313
# that case.
1414

doc/src/sgml/acronyms.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
<listitem>
293293
<para>
294294
<ulink
295-
url="http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/heap/README.HOT">Heap-Only
295+
url="http://git.postgresql.org/gitweb?p=postgresql.git;a=blob;f=src/backend/access/heap/README.HOT;hb=HEAD">Heap-Only
296296
Tuples</ulink>
297297
</para>
298298
</listitem>

doc/src/sgml/cvs.sgml

-271
This file was deleted.

doc/src/sgml/filelist.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,12 @@
137137

138138
<!-- appendixes -->
139139
<!entity contacts SYSTEM "contacts.sgml">
140-
<!entity cvs SYSTEM "cvs.sgml">
141140
<!entity datetime SYSTEM "datetime.sgml">
142141
<!entity docguide SYSTEM "docguide.sgml">
143142
<!entity errcodes SYSTEM "errcodes.sgml">
144143
<!entity features SYSTEM "features.sgml">
145144
<!entity keywords SYSTEM "keywords.sgml">
145+
<!entity sourcerepo SYSTEM "sourcerepo.sgml">
146146

147147
<!entity release SYSTEM "release.sgml">
148148
<!entity release-9.1 SYSTEM "release-9.1.sgml">

doc/src/sgml/install-win32.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ $ENV{PATH}=$ENV{PATH} . ';c:\some\where\bison\bin';
176176
<term><productname>Bison</productname> and
177177
<productname>Flex</productname></term>
178178
<listitem><para>
179-
Bison and Flex are required to build from CVS, but not required when
179+
Bison and Flex are required to build from Git, but not required when
180180
building from a release file. Note that only Bison 1.875 or versions
181181
2.2 and later will work. Also, Flex version 2.5.31 or later is required.
182182
Bison can be downloaded from <ulink url="http://gnuwin32.sourceforge.net"></>.

doc/src/sgml/installation.sgml

+5-5
Original file line numberDiff line numberDiff line change
@@ -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 a CVS checkout, or if you changed the actual
298+
are needed to build from a Git 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 a CVS checkout,
311+
<application>Perl</> 5.8 or later is needed to build from a Git 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 from CVS sources rather than a
2565+
compiler. If you intend to build from Git 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

doc/src/sgml/postgres.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@
258258
&release;
259259
&contrib;
260260
&external-projects;
261-
&cvs;
261+
&sourcerepo;
262262
&docguide;
263263
&acronyms;
264264

doc/src/sgml/problems.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@
228228
If the function or the options do not exist then your version is
229229
more than old enough to warrant an upgrade.
230230
If you run a prepackaged version, such as RPMs, say so, including any
231-
subversion the package might have. If you are talking about a CVS
232-
snapshot, mention that, including its date and time.
231+
subversion the package might have. If you are talking about a Git
232+
snapshot, mention that, including the commit hash.
233233
</para>
234234

235235
<para>

doc/src/sgml/release.sgml

+2-4
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,12 @@ can be created without links to the main documentation. Don't use <xref>.
4949

5050
<para>
5151
A complete list of changes for each release can be obtained by
52-
viewing the <link linkend="cvs">CVS</link> logs for each release.
52+
viewing the <link linkend="git">Git</link> logs for each release.
5353
The <ulink
5454
url="http://archives.postgresql.org/pgsql-committers/"><literal>pgsql-committers</literal>
5555
email list</ulink> records all source code changes as well. There is also
56-
a <ulink url="http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/">web
56+
a <ulink url="http://git.postgresql.org/gitweb?p=postgresql.git;a=summary">web
5757
interface</ulink> that shows changes to specific files.
58-
<!-- we need a file containing the CVS logs for each release, and something
59-
like the SVN web interface that groups commits but has branches -->
6058
</para>
6159

6260
<para>

0 commit comments

Comments
 (0)