Subject pretty much says it all. Somewhere the answer to 1.19 got regurgitated to 2.9, so this corrects that and adds an answer to the SCMS question based on recent hackers thread.

--
Robert Treat
Database Architect
OmniTI Computer Consulting, Inc. -- http://www.omniti.com/

Index: FAQ_DEV.html
===================================================================
RCS file: /projects/cvsroot/pgsql/doc/src/FAQ/FAQ_DEV.html,v
retrieving revision 1.126
diff -c -r1.126 FAQ_DEV.html
*** FAQ_DEV.html	19 Feb 2007 23:45:38 -0000	1.126
--- FAQ_DEV.html	26 Feb 2007 21:01:36 -0000
***************
*** 57,62 ****
--- 57,64 ----
      site development?<BR>
       <A href="#item1.19">1.19</A>) What is the timeline for the next major
      PostgreSQL release?<BR>
+      <A href="#item1.20">1.20</A>) Why haven't you replaced CVS with SVN, Git, 
+     Monotone, VSS, &lt;insert your favorite SCM system here&gt;?
  
  
        <H2>Technical Questions</H2>
***************
*** 708,714 ****
      the source code is available at <A href=
      "http://gborg.postgresql.org/project/pgweb/projdisplay.php";>http://gborg.postgresql.org/project/pgweb/projdisplay.php</A>
      , the code for the next version of the website is under the
!     "portal" module. 
  
        <H2>Technical Questions</H2>
  
--- 710,751 ----
      the source code is available at <A href=
      "http://gborg.postgresql.org/project/pgweb/projdisplay.php";>http://gborg.postgresql.org/project/pgweb/projdisplay.php</A>
      , the code for the next version of the website is under the
!     "portal" module.</P> 
! 
!     <H3 id="item1.19">1.19) What is the timeline for the next major
!         PostgreSQL release?</H3>
!     
!         <P>The development schedule for the 8.3 release is:</P>
!         <DL>
!         <DD>March 1, 2007</DD>
!         <DT>Initial community review of all major feature patches</DT>
!         <DD>April 1, 2007</DD>
!         <DT>Feature freeze, all patches must be submitted for review and application</DT>
!         <DD>mid-May, 2007</DD>
!         <DT>All patches applied, beta testing begins</DT>
!         <DD>July, 2007</DD>
!         <DT>Release of 8.3.0</DT>
!         </DL>
!     
!         <P>Patches that appear after appropriate dates are typically
!         not applied but held for the next major release.</P>
! 
!     <H3 id="item1.20">1.20) Why haven't you replaced CVS with SVN, Git, 
!         Monotone, VSS, &lt;insert your favorite SCMS here&gt;?</H3>
! 
!         <P>Currently the core developers see no SCMS that will provide 
!         enough benefit to outwiegh the pain involved in moving to a new
!         SCMS. Typical problems that must be addressed by any new SCMS include:</P>
!             <ul>
!             <li>Run natively on all of our <a href="http://www.postgresql.org/docs/current/interactive/supported-platforms.html";>supported platforms</a>.</li>
!             <li>Integrate into the <a href="http://pgbuildfarm.org/";>Buildfarm</a>.</li>
!             <li>Import our entire CVS Repository while preserving complete history.</li>
!             <li>Allow for anonymous checkouts.</li>
!             </ul>
!         <P>Currently there is no intention for switching to a new SCMS until at least the
!         end of the 8.4 development cycle sometime in late 2008. For more information
!         please refer to the mailing list archives.</P>
!      
  
        <H2>Technical Questions</H2>
  
***************
*** 998,1021 ****
      requires a compile with <I>-DLINUX_PROFILE</I> for proper
      profiling.</P>
  
-     <H3 id="item2.9">2.9) What is the timeline for the next major
-     PostgreSQL release?<BR>
- 
-     <P>The development schedule for the 8.3 release is:</P>
-     <DL>
-     <DD>March 1, 2007</DD>
-     <DT>Initial community review of all major feature patches</DT>
-     <DD>April 1, 2007</DD>
-     <DT>Feature freeze, all patches must be submitted for review and application</DT>
-     <DD>mid-May, 2007</DD>
-     <DT>All patches applied, beta testing begins</DT>
-     <DD>July, 2007</DD>
-     <DT>Release of 8.3.0</DT>
-     </DL>
- 
-     <P>Patches that appear after appropriate dates are typically
-     not applied but held for the next major release.</P>
- 
    </BODY>
  </HTML>
  
--- 1035,1040 ----
---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to [EMAIL PROTECTED] so that your
       message can get through to the mailing list cleanly

Reply via email to