Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita5f96f6

Browse files
committed
Update DEV FAQ for CVS/SVN issue.
Robert Treat
1 parentf7780bf commita5f96f6

File tree

2 files changed

+79
-42
lines changed

2 files changed

+79
-42
lines changed

‎doc/FAQ_DEV

Lines changed: 40 additions & 22 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 Feb19 18:44:29 EST 2007
4+
Last updated:Tue Feb27 16:06:41 EST 2007
55

66
Current maintainer: Bruce Momjian (bruce@momjian.us)
77

@@ -31,6 +31,8 @@ General Questions
3131
1.17) Where can I get technical assistance?
3232
1.18) How do I get involved in PostgreSQL web site development?
3333
1.19) What is the timeline for the next major PostgreSQL release?
34+
1.20) Why haven't you replaced CVS with SVN, Git, Monotone, VSS,
35+
<insert your favorite SCM system here>?
3436

3537
Technical Questions
3638

@@ -568,6 +570,43 @@ General Questions
568570
http://gborg.postgresql.org/project/pgweb/projdisplay.php , the code
569571
for the next version of the website is under the "portal" module.
570572

573+
1.19) What is the timeline for the next major PostgreSQL release?
574+
575+
The development schedule for the 8.3 release is:
576+
577+
March 1, 2007
578+
579+
Initial community review of all major feature patches
580+
April 1, 2007
581+
582+
Feature freeze, all patches must be submitted for review and
583+
application
584+
mid-May, 2007
585+
586+
All patches applied, beta testing begins
587+
July, 2007
588+
589+
Release of 8.3.0
590+
591+
Patches that appear after appropriate dates are typically not applied
592+
but held for the next major release.
593+
594+
1.20) Why haven't you replaced CVS with SVN, Git, Monotone, VSS, <insert your
595+
favorite SCMS here>?
596+
597+
Currently the core developers see no SCMS that will provide enough
598+
benefit to outwiegh the pain involved in moving to a new SCMS. Typical
599+
problems that must be addressed by any new SCMS include:
600+
* Run natively on all of our supported platforms.
601+
* Integrate into the Buildfarm.
602+
* Import our entire CVS Repository while preserving complete
603+
history.
604+
* Allow for anonymous checkouts.
605+
606+
Currently there is no intention for switching to a new SCMS until at
607+
least the end of the 8.4 development cycle sometime in late 2008. For
608+
more information please refer to the mailing list archives.
609+
571610
Technical Questions
572611

573612
2.1) How do I efficiently access information in tables from the backend code?
@@ -802,24 +841,3 @@ typedef struct nameData
802841
pgsql/data directory. The client profile file will be put in the
803842
client's current directory. Linux requires a compile with
804843
-DLINUX_PROFILE for proper profiling.
805-
806-
2.9) What is the timeline for the next major PostgreSQL release?
807-
808-
The development schedule for the 8.3 release is:
809-
810-
March 1, 2007
811-
812-
Initial community review of all major feature patches
813-
April 1, 2007
814-
815-
Feature freeze, all patches must be submitted for review and
816-
application
817-
mid-May, 2007
818-
819-
All patches applied, beta testing begins
820-
July, 2007
821-
822-
Release of 8.3.0
823-
824-
Patches that appear after appropriate dates are typically not applied
825-
but held for the next major release.

‎doc/src/FAQ/FAQ_DEV.html

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

16-
<P>Last updated:Mon Feb19 18:44:29 EST 2007</P>
16+
<P>Last updated:Tue Feb27 16:06:41 EST 2007</P>
1717

1818
<P>Current maintainer: Bruce Momjian (<Ahref=
1919
"mailto:bruce@momjian.us">bruce@momjian.us</A>)<BR>
@@ -57,6 +57,8 @@ <H2>General Questions</H2>
5757
site development?<BR>
5858
<Ahref="#item1.19">1.19</A>) What is the timeline for the next major
5959
PostgreSQL release?<BR>
60+
<Ahref="#item1.20">1.20</A>) Why haven't you replaced CVS with SVN, Git,
61+
Monotone, VSS, &lt;insert your favorite SCM system here&gt;?
6062

6163

6264
<H2>Technical Questions</H2>
@@ -708,7 +710,42 @@ <H3 id="item1.18">1.18) How do I get involved in PostgreSQL
708710
the source code is available at<Ahref=
709711
"http://gborg.postgresql.org/project/pgweb/projdisplay.php">http://gborg.postgresql.org/project/pgweb/projdisplay.php</A>
710712
, the code for the next version of the website is under the
711-
"portal" module.
713+
"portal" module.</P>
714+
715+
<H3id="item1.19">1.19) What is the timeline for the next major
716+
PostgreSQL release?</H3>
717+
718+
<P>The development schedule for the 8.3 release is:</P>
719+
<DL>
720+
<DD>March 1, 2007</DD>
721+
<DT>Initial community review of all major feature patches</DT>
722+
<DD>April 1, 2007</DD>
723+
<DT>Feature freeze, all patches must be submitted for review and application</DT>
724+
<DD>mid-May, 2007</DD>
725+
<DT>All patches applied, beta testing begins</DT>
726+
<DD>July, 2007</DD>
727+
<DT>Release of 8.3.0</DT>
728+
</DL>
729+
730+
<P>Patches that appear after appropriate dates are typically
731+
not applied but held for the next major release.</P>
732+
733+
<H3id="item1.20">1.20) Why haven't you replaced CVS with SVN, Git,
734+
Monotone, VSS, &lt;insert your favorite SCMS here&gt;?</H3>
735+
736+
<P>Currently the core developers see no SCMS that will provide
737+
enough benefit to outwiegh the pain involved in moving to a new
738+
SCMS. Typical problems that must be addressed by any new SCMS include:</P>
739+
<ul>
740+
<li>Run natively on all of our<ahref="http://www.postgresql.org/docs/current/interactive/supported-platforms.html">supported platforms</a>.</li>
741+
<li>Integrate into the<ahref="http://pgbuildfarm.org/">Buildfarm</a>.</li>
742+
<li>Import our entire CVS Repository while preserving complete history.</li>
743+
<li>Allow for anonymous checkouts.</li>
744+
</ul>
745+
<P>Currently there is no intention for switching to a new SCMS until at least the
746+
end of the 8.4 development cycle sometime in late 2008. For more information
747+
please refer to the mailing list archives.</P>
748+
712749

713750
<H2>Technical Questions</H2>
714751

@@ -998,24 +1035,6 @@ <H3 id="item2.8">2.8) What debugging features are available?</H3>
9981035
requires a compile with<I>-DLINUX_PROFILE</I> for proper
9991036
profiling.</P>
10001037

1001-
<H3id="item2.9">2.9) What is the timeline for the next major
1002-
PostgreSQL release?<BR>
1003-
1004-
<P>The development schedule for the 8.3 release is:</P>
1005-
<DL>
1006-
<DD>March 1, 2007</DD>
1007-
<DT>Initial community review of all major feature patches</DT>
1008-
<DD>April 1, 2007</DD>
1009-
<DT>Feature freeze, all patches must be submitted for review and application</DT>
1010-
<DD>mid-May, 2007</DD>
1011-
<DT>All patches applied, beta testing begins</DT>
1012-
<DD>July, 2007</DD>
1013-
<DT>Release of 8.3.0</DT>
1014-
</DL>
1015-
1016-
<P>Patches that appear after appropriate dates are typically
1017-
not applied but held for the next major release.</P>
1018-
10191038
</BODY>
10201039
</HTML>
10211040

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp