aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-11-27 02:01:55 +0000
committerBruce Momjian <bruce@momjian.us>2001-11-27 02:01:55 +0000
commitf0074b6098a80e536de875c7f6cf595aa4f0547e (patch)
tree6fd9fec3baf5bc32f9c4909860e13d4e47eb1684 /doc/src
parent4ac5534456aa869d029a646fdc389df673fdec03 (diff)
downloadpostgresql-f0074b6098a80e536de875c7f6cf595aa4f0547e.tar.gz
postgresql-f0074b6098a80e536de875c7f6cf595aa4f0547e.zip
Update FAQ_DEV.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/FAQ/FAQ_DEV.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html
index 149afb6eb65..8779a026bfc 100644
--- a/doc/src/FAQ/FAQ_DEV.html
+++ b/doc/src/FAQ/FAQ_DEV.html
@@ -545,7 +545,8 @@
<H3><A name="15">15</A>) How are RPM's packaged?</H3>
-<P>This is from Lamar Owen:</P>
+<P>This was written by Lamar Owen:</P>
+<P>
<PRE>
As to how the RPMs are built -- to answer that question sanely requires
me to know how much experience you have with the whole RPM paradigm.
@@ -634,10 +635,11 @@ stance. IMHO, of course.
Of course, there are many projects that DO include all the files
necessary to build RPMs from their Official Tarball (TM).
</PRE>
+<P>
<H3><A name="16">16</A>) How are CVS branches managed?</H3>
<P>This was written by Tom Lane:
-
+<P>
<PRE>
If you just do basic &quot;cvs checkout&quot;, &quot;cvs update&quot;, &quot;cvs commit&quot;, then
you'll always be dealing with the HEAD version of the files in CVS.