Author: antoine
Date: Tue Feb 16 20:07:58 2010
New Revision: 910670

URL: http://svn.apache.org/viewvc?rev=910670&view=rev
Log:
-u option is not needed with new versions of svn client

Modified:
    ant/core/trunk/docs/ant_task_guidelines.html

Modified: ant/core/trunk/docs/ant_task_guidelines.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/ant_task_guidelines.html?rev=910670&r1=910669&r2=910670&view=diff
==============================================================================
--- ant/core/trunk/docs/ant_task_guidelines.html (original)
+++ ant/core/trunk/docs/ant_task_guidelines.html Tue Feb 16 20:07:58 2010
@@ -416,7 +416,7 @@
 <li><h3>Approach 2 - The Manual Way</h3>
 <p>
 Patches to existing files should be generated with
-<code>svn diff -u filename</code>
+<code>svn diff filename</code>
  and save the output to a file. If you want to get
 the changes made to multiple files in a directory , just use <code>cvs
 diff -u</code>.  Then, Tar and GZip the patch file as well as any new files


Reply via email to