Index: [Article Count Order] [Thread]

Date:  Mon, 18 Mar 2002 21:09:08 +0900
From:  "NAKAMURA, Hiroshi" <nahi@keynauts.com>
Subject:  [webricken:51] Re: RequestDispatcher
To:  <webricken@notwork.org>
Message-Id:  <000b01c1ce75$b56fe7f0$85222fc0@sarion.co.jp>
In-Reply-To:  <3C92ACC3.1060909@imperitek.com>
X-Mail-Count: 00051

Hi David,

> From: David Corbin [mailto:dcorbin@imperitek.com] 
> Sent: Saturday, March 16, 2002 11:24 AM

> I've added RequestDispatcher to WEBrick.  I would have 
> attached a patch 
> file, but I'm not quite sure of the proper way to prepare the patch 
> file.  Pointes welcome.

Did you only add some files, or did you change original
files?  Send added files to the list (if those are enough
small) or to the author (if not).

If you made changes to an original file;
  diff -up originalFile.rb modifiedFile.rb > patch.txt

If you made changes to some files;
  cd originalDir
  diff -upr . ../modifiedDir > ../patch.txt

All: correct it if you like other way.

Hope this helps,
// NaHi