[Python-checkins] CVS: python/nondist/sf-html sf-faq.html,1.8,1.9 at.gif,1.1,NONE py.gif,1.1,NONE sf.gif,1.1,NONE

Peter Schneider-Kamp python-dev@python.org
Sat, 22 Jul 2000 02:23:05 -0700


Update of /cvsroot/python/python/nondist/sf-html
In directory slayer.i.sourceforge.net:/tmp/cvs-serv28538

Modified Files:
	sf-faq.html 
Removed Files:
	at.gif py.gif sf.gif 
Log Message:

removed binary files

added FAQ entry about adding binary files



Index: sf-faq.html
===================================================================
RCS file: /cvsroot/python/python/nondist/sf-html/sf-faq.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** sf-faq.html	2000/07/20 15:17:34	1.8
--- sf-faq.html	2000/07/22 09:23:02	1.9
***************
*** 34,37 ****
--- 34,38 ----
    <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>
  </ol>
  
***************
*** 320,323 ****
--- 321,338 ----
    <tt>cvs update</tt><br />
    <tt>cvs commit ceval.c</tt><br /></blockquote>
+   
+ This example would create and apply a reverse patch from revision 1.17 to
+ 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>
+ 
+ <h4>A:</h4>
+ You probably want to turn of keyword expansion and line-ending conversion:
+ 
+ <blockquote>
+   <tt>cvs add -kb newfile.bin</tt><br />
+   <tt>cvs commit newfile.bin</tt><br /></blockquote>
    
  This example would create and apply a reverse patch from revision 1.17 to