]> sjero.net Git - wget/commitdiff
[svn] Mentioned CVS.
authorhniksic <devnull@localhost>
Thu, 9 Nov 2000 09:18:36 +0000 (01:18 -0800)
committerhniksic <devnull@localhost>
Thu, 9 Nov 2000 09:18:36 +0000 (01:18 -0800)
PATCHES

diff --git a/PATCHES b/PATCHES
index e64a6025a6f5898f371633353c1b568bad7678eb..a257edee741a28340d06e9a0cb97cf3254172d27 100644 (file)
--- a/PATCHES
+++ b/PATCHES
@@ -28,6 +28,12 @@ utility after reviewing it.
 ** How to create patches.
 -------------------------
 
+First, make sure you get the latest version of the source.  This is
+normally the latest release.  If you're adding a new feature, or
+changing the code in some major way, you might want to download the
+latest sources from the CVS server.  This procedure is described at
+<http://sunsite.dk/wget/>.
+
 Patches are created using the `diff' utility.  When making patches,
 please use the `-u' option, or if your diff doesn't support it, `-c'.
 Using ordinary (context-free) diffs are notoriously prone to error,