I've used the patch utility available from cygwin for this in the past.
Then you can do something like this to apply it:
c:\cygwin\bin\patch -p0 -u < <patchfile>
Joe
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?
Thanks,
Jason Warner