vote up 4 vote down star

Does anyone know of a good patching program that is free? You know, one that can take a directory with your old program in it and compare it to a directory with your new version, and spit out a patch that is only the difference between the two?

Also, I am looking for something that can patch the entire directory, not just one exe.

EDIT: Thanks for the answers, but I am looking for an end user patch for product updates. Nothing to do with the source.

flag

76% accept rate
Your question is somewhat vague, do you mean the directories with the program sources, or the directories with the program executable? – mghie Jun 13 at 23:18
1  
The executable. – ryeguy Jun 13 at 23:26
Please specify OS. – Dietrich Epp Jun 14 at 0:02
Windows XP/Vista – ryeguy Jun 14 at 0:15

4 Answers

vote up 4 vote down check

There is Binary patch and diff, which is free, Windows port available.

link|flag
1  
If you need a more end-user-friendly result you could wrap this in a standard setup package. Using for example Inno Setup and its scripting functionality it should be possible to compress several patches into a single installer, determine at runtime which patch to apply, create backups of the old executable, ... – mghie Jun 13 at 23:41
bsdiff is easily the best solution for binary patching. Unfortunately, it's just a binary and doesn't offer anything for actually creating an installer or patcher. – Matt Olenik Jun 14 at 0:57
vote up 1 vote down

I've never used this but it is free. It might be worth a try:

Patch Maker 1.2.

alt text

link|flag
vote up 0 vote down

If you are using Subversion, SmartSVN can create a patch for directories (recursive and all) for the files changed since the last commit. I understand this is only a partial answer and it's not CLI, but it's a really good tool if you deal with an SVN repo here.

SmartSVN patch

link|flag
vote up 0 vote down

A list of tools here reveals a few marked as "free".

  • Dispatcher: will use an updater GUI as well. They have a quick demo video on their site.
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.