mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
Fix remaining stray references to CVS.
These are just cosmetic and don't seem worth back-patching far. I put them into 9.0 just because it was trivial to do so.
This commit is contained in:
@ -107,17 +107,6 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><acronym>CVS</acronym></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<ulink
|
||||
url="http://en.wikipedia.org/wiki/Concurrent_Versions_System">Concurrent
|
||||
Versions System</ulink>
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><acronym>DBA</acronym></term>
|
||||
<listitem>
|
||||
@ -248,6 +237,16 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><acronym>Git</acronym></term>
|
||||
<listitem>
|
||||
<para>
|
||||
<ulink
|
||||
url="http://en.wikipedia.org/wiki/Git_(software)">Git</ulink>
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><acronym>GMT</acronym></term>
|
||||
<listitem>
|
||||
|
@ -17,7 +17,7 @@
|
||||
projects that are maintained outside the core <productname>PostgreSQL</>
|
||||
distribution. PgFoundry is built using the GForge software project and is
|
||||
similar to <ulink url="http://sourceforge.net">SourceForge.net</> in its
|
||||
feature set, providing mailing lists, forums, bug tracking, CVS, and web
|
||||
feature set, providing mailing lists, forums, bug tracking, SCM, and web
|
||||
hosting. If you have a <productname>PostgreSQL</>-related open source
|
||||
project that you would like to have hosted at PgFoundy, please feel free
|
||||
to create a new project.
|
||||
|
@ -46,7 +46,7 @@
|
||||
<filename>msgmerge</filename>, respectively, in a GNU-compatible
|
||||
implementation. Later, we will try to arrange it so that if you
|
||||
use a packaged source distribution, you won't need
|
||||
<filename>xgettext</filename>. (If working from CVS, you will still need
|
||||
<filename>xgettext</filename>. (If working from Git, you will still need
|
||||
it.) <application>GNU Gettext 0.10.36</application> or later is currently recommended.
|
||||
</para>
|
||||
|
||||
|
Reference in New Issue
Block a user