From 083a228b166c920ba74b7f8b3078f33b6b683192 Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Tue, 16 Feb 2010 20:11:07 +0000 Subject: [PATCH] we are not using cvs any more either git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@910672 13f79535-47bb-0310-9956-ffa450edef68 --- docs/ant_task_guidelines.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ant_task_guidelines.html b/docs/ant_task_guidelines.html index 25b5c5b35..23027d34b 100644 --- a/docs/ant_task_guidelines.html +++ b/docs/ant_task_guidelines.html @@ -418,8 +418,8 @@ that constitute part of the patch. Patches to existing files should be generated with 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 +the changes made to multiple files in a directory , just use svn +diff. Then, Tar and GZip the patch file as well as any new files that you have added.