You could also install the Windows Services for Unix on the Microsoft
site which includes a whole slew of unix commands, including patch.
-sachin
On Mar 11, 2007, at 4:40 PM, Kevan Miller wrote:
On Mar 11, 2007, at 4:31 PM, Jason Warner wrote:
I used subversion to create a patch and now would like to make
sure the patch was created succesfully by applying it to a clean
directory. Unfortunately, I don't know how to do that and
googling has not lead me to any solution. I've been using
subversion through the command line on Windows XP. I understand
that with unix there's a patch command. Is there anything similar
with windows?
Jason,
I've never used it, but this looks promising: http://
gnuwin32.sourceforge.net/packages/patch.htm
Once installed, the following should do the trick...
patch -p 0 -i <name-of-patch-file>