[Python-checkins] CVS: python/nondist/sf-html sf-faq.html,1.20,1.21

Neil Schemenauer nascheme@users.sourceforge.net
Sun, 29 Apr 2001 10:15:46 -0700


Update of /cvsroot/python/python/nondist/sf-html
In directory usw-pr-cvs1:/tmp/cvs-serv28844

Modified Files:
	sf-faq.html 
Log Message:
- Add FAQ entry explaining how to use viewcvs.
- Update list of developers.


Index: sf-faq.html
===================================================================
RCS file: /cvsroot/python/python/nondist/sf-html/sf-faq.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -r1.20 -r1.21
*** sf-faq.html	2001/04/28 07:22:33	1.20
--- sf-faq.html	2001/04/29 17:15:44	1.21
***************
*** 27,38 ****
  <h2><a href="#cvs">2. CVS</a></h2>
  <ol>
!   <li><a href="#c1">How do I check out a CVS version of Python?</a></li>
!   <li><a href="#c2">What settings should I use?</a></li>
!   <li><a href="#c3">Troubleshooting: "Permission Denied"</a></li>
!   <li><a href="#c4">Where can I learn more about CVS?</a></li>
!   <li><a href="#c5">How can I remove a directory from the CVS tree?</a></li>
!   <li><a href="#c6">How to revert changes?</a></li>
!   <li><a href="#c7">How to add binary files?</a></li>
!   <li><a href="#c8">How to force a branch tag on a file?</a></li>
  </ol>
  
--- 27,39 ----
  <h2><a href="#cvs">2. CVS</a></h2>
  <ol>
!   <li><a href="#c1">How do I browse the CVS tree online?</a></li>
!   <li><a href="#c2">How do I check out a CVS version of Python?</a></li>
!   <li><a href="#c3">What settings should I use?</a></li>
!   <li><a href="#c4">Troubleshooting: "Permission Denied"</a></li>
!   <li><a href="#c5">Where can I learn more about CVS?</a></li>
!   <li><a href="#c6">How can I remove a directory from the CVS tree?</a></li>
!   <li><a href="#c7">How to revert changes?</a></li>
!   <li><a href="#c8">How to add binary files?</a></li>
!   <li><a href="#c9">How to force a branch tag on a file?</a></li>
  </ol>
  
***************
*** 119,123 ****
  To get the real name, click on <tt>"View members"</tt> in the <tt>"Developer
  Info"</tt> field, then click on the user name you're unsure about.<br />
! A recent [17.07.2000] list of mapping is given here:
  
  <table>
--- 120,124 ----
  To get the real name, click on <tt>"View members"</tt> in the <tt>"Developer
  Info"</tt> field, then click on the user name you're unsure about.<br />
! A recent [2001-04-29] list of mapping is given here:
  
  <table>
***************
*** 132,139 ****
--- 133,148 ----
      </tr>
      <tr>
+       <td>cgw</td>
+       <td>Charles G. Waldman</td>
+     </tr>
+     <tr>
        <td>david_ascher</td>
        <td>David Ascher</td>
      </tr>
      <tr>
+       <td>dcjim</td>
+       <td>Jim Fulton</td>
+     </tr>
+     <tr>
        <td>effbot</td>
        <td>Fredrik Lundh</td>
***************
*** 156,159 ****
--- 165,172 ----
      </tr>
      <tr>
+       <td>gvwilson</td>
+       <td>Greg Wilson</td>
+     </tr>
+     <tr>
        <td>gward</td>
        <td>Greg Ward</td>
***************
*** 168,171 ****
--- 181,188 ----
      </tr>
      <tr>
+       <td>klm</td>
+       <td>Ken Manheimer</td>
+     </tr>
+     <tr>
        <td>larsga</td>
        <td>Lars Marius Garshol</td>
***************
*** 176,181 ****
      </tr>
      <tr>
!       <td>marangoz</td>
!       <td>Vladimir Marangozov</td>
      </tr>
      <tr>
--- 193,198 ----
      </tr>
      <tr>
!       <td>loewis</td>
!       <td>Martin v. Löwis</td>
      </tr>
      <tr>
***************
*** 192,211 ****
--- 209,248 ----
      </tr>
      <tr>
+       <td>nascheme</td>
+       <td>Neil Schemenauer</td>
+     </tr>
+     <tr>
        <td>nowonder</td>
        <td>Peter Schneider-Kamp</td>
      </tr>
      <tr>
+       <td>ping</td>
+       <td>Ka-Ping Yee</td>
+     </tr>
+     <tr>
        <td>prescod</td>
        <td>Paul Prescod</td>
      </tr>
      <tr>
+       <td>purcell</td>
+       <td>Steve Purcell</td>
+     </tr>
+     <tr>
        <td>sjoerd</td>
        <td>Sjoerd Mullender</td>
      </tr>
      <tr>
+       <td>theller</td>
+       <td>Thomas Heller</td>
+     </tr>
+     <tr>
        <td>tim_one</td>
        <td>Tim Peters</td>
      </tr>
      <tr>
+       <td>tismer</td>
+       <td>Christian Tismer</td>
+     </tr>
+     <tr>
        <td>tmick</td>
        <td>Trent Mick</td>
***************
*** 222,225 ****
--- 259,275 ----
  <h3><a name="c1" id="c1"></a>2.1.:</h3>
  
+ <h4>Q: How do I browse the CVS tree online?</h4>
+ 
+ <h4>A:</h4>
+ If you don't have CVS or you don't want to download the source tree, you can
+ browse it using <a href="http://www.lyra.org/viewcvs/">viewcvs</a> at:
+ 
+ <blockquote>
+   <tt><a
+   href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/python/">
+   http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/python/</a></tt></blockquote>
+ 
+ <h3><a name="c2" id="c2"></a>2.2.:</h3>
+ 
  <h4>Q: How do I check out a CVS version of Python?</h4>
  
***************
*** 242,246 ****
    <tt>cvs -z3 co python</tt></blockquote>
  
! <h3><a name="c2" id="c2"></a>2.2.:</h3>
  
  <h4>Q: What setting should I use?</h4>
--- 292,296 ----
    <tt>cvs -z3 co python</tt></blockquote>
  
! <h3><a name="c3" id="c3"></a>2.3.:</h3>
  
  <h4>Q: What setting should I use?</h4>
***************
*** 257,261 ****
  subdirectories.
  
! <h3><a name="c3" id="c3"></a>2.3.:</h3>
  
  <h4>Q: I get the following error message:</h4>
--- 307,311 ----
  subdirectories.
  
! <h3><a name="c4" id="c4"></a>2.4.:</h3>
  
  <h4>Q: I get the following error message:</h4>
***************
*** 279,283 ****
  up to 6 hours.
  
! <h3><a name="c4" id="c4"></a>2.4.:</h3>
  
  <h4>Q: Where can I learn more about CVS?</h4>
--- 329,333 ----
  up to 6 hours.
  
! <h3><a name="c5" id="c5"></a>2.5.:</h3>
  
  <h4>Q: Where can I learn more about CVS?</h4>
***************
*** 295,299 ****
    href="http://cvsbook.red-bean.com/cvsbook.html#Introduction">http://cvsbook.red-bean.com/cvsbook.html#Introduction</a></tt></blockquote>
  
! <h3><a name="c5" id="c5"></a>2.5.:</h3>
  
  <h4>Q: How can I remove a directory from the CVS tree?</h4>
--- 345,349 ----
    href="http://cvsbook.red-bean.com/cvsbook.html#Introduction">http://cvsbook.red-bean.com/cvsbook.html#Introduction</a></tt></blockquote>
  
! <h3><a name="c6" id="c6"></a>2.6.:</h3>
  
  <h4>Q: How can I remove a directory from the CVS tree?</h4>
***************
*** 312,316 ****
    <tt>cvs update -P</tt></blockquote>
  
! <h3><a name="c6" id="c6"></a>2.6.:</h3>
  
  <h4>Q: How to revert changes?</h4>
--- 362,366 ----
    <tt>cvs update -P</tt></blockquote>
  
! <h3><a name="c7" id="c7"></a>2.7.:</h3>
  
  <h4>Q: How to revert changes?</h4>
***************
*** 330,334 ****
  revision 1.16 of <tt>ceval.c</tt>.
  
! <h3><a name="c7" id="c7"></a>2.7.:</h3>
  
  <h4>Q: How to add binary files?</h4>
--- 380,384 ----
  revision 1.16 of <tt>ceval.c</tt>.
  
! <h3><a name="c8" id="c8"></a>2.8.:</h3>
  
  <h4>Q: How to add binary files?</h4>
***************
*** 342,346 ****
  </blockquote>
  
! <h3><a name="c8" id="c8"></a>2.8.:</h3>
  
  <h4>Q: How to force a branch tag on a file?</h4>
--- 392,396 ----
  </blockquote>
  
! <h3><a name="c9" id="c9"></a>2.9.:</h3>
  
  <h4>Q: How to force a branch tag on a file?</h4>