You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/03/14 19:48:30 UTC

cvs commit: jakarta-commons/commons-build/xdocs patches.xml

dirkv       2004/03/14 10:48:30

  Modified:    commons-build/xdocs patches.xml
  Log:
  pre => source tags
  
  Revision  Changes    Path
  1.6       +4 -10     jakarta-commons/commons-build/xdocs/patches.xml
  
  Index: patches.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/commons-build/xdocs/patches.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- patches.xml	1 Mar 2004 22:31:33 -0000	1.5
  +++ patches.xml	14 Mar 2004 18:48:30 -0000	1.6
  @@ -96,21 +96,15 @@
     </p>
     <p>
     The patch should be in unified format. You can create a patch in this format (from cvs) by using:
  -  <code>
  -  <pre>
  -      cvs diff -u <em>File</em> >> <em>patchfile</em>
  -  </pre>
  -  </code>
  +  <source>cvs diff -u <em>File</em> >> <em>patchfile</em></source><br/>
     Try to give your patch files meaningful names. This makes it easier for developers who need to 
     apply a number of different patches. 
     </p>
     <p><strong>Note:</strong><br/>
       If you use <a href='http://www.wincvs.org/'>WinCVS</a>, move to 
       <code>[Admin]</code> -&gt; <code>[Command Line]</code> Menu 
  -    and type: <br/>
  -    <pre>
  -    <code>cvs diff -u</code><br/>
  -    </pre>
  +    and type:
  +    <source>cvs diff -u</source><br/>
       at <code>[Enter a cvs line command]</code> input field 
       (<code>[Commandline Settings] Tab</code>), 
       while selecting the target directories or files, in order to create 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org