Skip to content

Commit 6ce4738

Browse files
committed
No CVS FAQ, just CVS docs.
1 parent 0509763 commit 6ce4738

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

doc/FAQ_DEV

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated: Mon Jun 7 11:11:06 EDT 2004
4+
Last updated: Mon Jul 19 16:30:05 EDT 2004
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

@@ -131,10 +131,10 @@
131131
copy of the source tree with any new changes. Using CVS, you don't
132132
have to download the entire source each time, only the changed files.
133133
Anonymous CVS does not allows developers to update the remote source
134-
tree, though privileged developers can do this. There is a CVS FAQ on
135-
our web site that describes how to use remote CVS. You can also use
136-
CVSup, which has similarly functionality, and is available from
137-
ftp.postgresql.org.
134+
tree, though privileged developers can do this. There is a CVS section
135+
in our documentation that describes how to use remote CVS. You can
136+
also use CVSup, which has similarly functionality, and is available
137+
from ftp.postgresql.org.
138138

139139
To update the source tree, there are two ways. You can generate a
140140
patch against your current source tree, perhaps using the make_diff

doc/src/FAQ/FAQ_DEV.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<H1>Developer's Frequently Asked Questions (FAQ) for
1313
PostgreSQL</H1>
1414

15-
<P>Last updated: Mon Jun 7 11:11:06 EDT 2004</P>
15+
<P>Last updated: Mon Jul 19 16:30:05 EDT 2004</P>
1616

1717
<P>Current maintainer: Bruce Momjian (<A href=
1818
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -175,9 +175,9 @@ <H3><A name="1.3">1.3</A>) How do I download/update the current source
175175
don't have to download the entire source each time, only the
176176
changed files. Anonymous CVS does not allows developers to update
177177
the remote source tree, though privileged developers can do this.
178-
There is a CVS FAQ on our web site that describes how to use remote
179-
CVS. You can also use CVSup, which has similarly functionality, and
180-
is available from ftp.postgresql.org.</P>
178+
There is a CVS section in our documentation that describes how to
179+
use remote CVS. You can also use CVSup, which has similarly
180+
functionality, and is available from ftp.postgresql.org.</P>
181181

182182
<P>To update the source tree, there are two ways. You can generate
183183
a patch against your current source tree, perhaps using the

0 commit comments

Comments
 (0)