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>



Reply via email to