donaldp     01/11/30 20:29:41

  Modified:    docs/site bugs.html
               xdocs/site bugs.xml
  Log:
  Add a blurb so we don't keep receiving multiple patches all named patchfile.txt
  
  Revision  Changes    Path
  1.31      +8 -2      jakarta-site/docs/site/bugs.html
  
  Index: bugs.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site/docs/site/bugs.html,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- bugs.html 2001/10/30 16:30:14     1.30
  +++ bugs.html 2001/12/01 04:29:41     1.31
  @@ -160,8 +160,14 @@
   Please include any relevant bug numbers.  Diffs should be created with
   the "-u" option, for instance 
   </p>
  -                                                <pre><big>cvs diff -u Main.java 
&gt;&gt; patchfile.txt</big></pre>
  -                                                <pre><big>diff -u Main.java.orig 
Main.java &gt;&gt; patchfile.txt</big></pre>
  +                                                <pre><big>cvs diff -u Main.java 
&gt;&gt; myPatchfile.txt</big></pre>
  +                                                <pre><big>diff -u Main.java.orig 
Main.java &gt;&gt; myPatchfile.txt</big></pre>
  +                                                <p>
  +Note: You should give your patch files meaningful names. For instance if you 
  +fix a concurrency bug in the foo component do not call your patch file 
  +"patchfile.txt" but instead call it "foo-concurrency.txt". This makes it easier
  +for developers who need to apply a number of different patches.
  +</p>
                                                   <p>
   See the <a href="./source.html">guidelines</a> section of our site for more 
   details. 
  
  
  
  1.7       +9 -2      jakarta-site/xdocs/site/bugs.xml
  
  Index: bugs.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-site/xdocs/site/bugs.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- bugs.xml  2001/03/04 13:26:23     1.6
  +++ bugs.xml  2001/12/01 04:29:41     1.7
  @@ -38,8 +38,15 @@
   the "-u" option, for instance 
   </p>
   
  -<pre><big>cvs diff -u Main.java >> patchfile.txt</big></pre> or 
  -<pre><big>diff -u Main.java.orig Main.java >> patchfile.txt</big></pre>
  +<pre><big>cvs diff -u Main.java >> myPatchfile.txt</big></pre> or 
  +<pre><big>diff -u Main.java.orig Main.java >> myPatchfile.txt</big></pre>
  +
  +<p>
  +Note: You should give your patch files meaningful names. For instance if you 
  +fix a concurrency bug in the foo component do not call your patch file 
  +"patchfile.txt" but instead call it "foo-concurrency.txt". This makes it easier
  +for developers who need to apply a number of different patches.
  +</p>
   
   <p>
   See the <a href="./source.html">guidelines</a> section of our site for more 
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to