From b22234e73f7422466167088bafedd2a56184852a Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Tue, 16 Feb 2010 20:07:58 +0000 Subject: [PATCH] -u option is not needed with new versions of svn client git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@910670 13f79535-47bb-0310-9956-ffa450edef68 --- docs/ant_task_guidelines.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ant_task_guidelines.html b/docs/ant_task_guidelines.html index c22289d98..25b5c5b35 100644 --- a/docs/ant_task_guidelines.html +++ b/docs/ant_task_guidelines.html @@ -416,7 +416,7 @@ that constitute part of the patch.
  • Approach 2 - The Manual Way

    Patches to existing files should be generated with -svn diff -u filename +svn diff filename and save the output to a file. If you want to get the changes made to multiple files in a directory , just use cvs diff -u. Then, Tar and GZip the patch file as well as any new files