From: Bruce Momjian Date: Tue, 27 Nov 2001 02:01:55 +0000 (+0000) Subject: Update FAQ_DEV. X-Git-Tag: REL7_2_BETA4~145 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0074b6098a80e536de875c7f6cf595aa4f0547e;p=postgresql Update FAQ_DEV. --- diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index 149afb6eb6..8779a026bf 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -545,7 +545,8 @@

15) How are RPM's packaged?

-

This is from Lamar Owen:

+

This was written by Lamar Owen:

+

 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).
 
+

16) How are CVS branches managed?

This was written by Tom Lane: - +

 If you just do basic "cvs checkout", "cvs update", "cvs commit", then
 you'll always be dealing with the HEAD version of the files in CVS.