nicolaken 2003/10/08 05:40:03
Modified: src/documentation/content/xdocs faq.xml
Log:
Roy is my FAQ machine :-)
Added faq about why we use CVS for formal issue tracking.
Revision Changes Path
1.3 +13 -0 incubator/src/documentation/content/xdocs/faq.xml
Index: faq.xml
===================================================================
RCS file: /home/cvs/incubator/src/documentation/content/xdocs/faq.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- faq.xml 7 Oct 2003 22:28:06 -0000 1.2
+++ faq.xml 8 Oct 2003 12:40:03 -0000 1.3
@@ -233,5 +233,18 @@
<p>Look in the incubator CVS module for the STATUS files.</p>
</answer>
</faq>
+ <faq id="why_not_issue_tracking_for_incubation_tracking">
+ <question>Why don't we use an issue tracking system to track
incubation process?</question>
+ <answer>
+ <p>AFAIK, issue trackers do not authenticate that the person entering
+ the status information has the authority to do so, which is what we
+ get with the cvs process.</p>
+ <p>Note that how the actual day to day tracking is done is not
relevant,
+ and any means, even an issue tracker can be used.</p>
+ <p>Nevertheless, CVS is our only authorative and formal tracking
system
+ for incubation status.</p>
+ </answer>
+ </faq>
+
</part>
</faqs>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]