Looking for a patch solution (script?)

Soldato
Joined
18 Jan 2006
Posts
3,178
Location
Norwich
Quick brainpick please peeps :)
I'm looking for something that can produce a simple .zip patch with new/ changed files between two sets of files. I'm not worried about deleting things or anything else, just need a simple zip containing the changes.

The data consists of a directory with multiple subdirectories, totalling about 40mb & 1,000 files (Plaintext & images). Changes normally tend to be about 30 files and 1mb or so.
Windows or Linux is fine, and while I can write some C#, Perl and Javascript they're not up to this task :o

Bonus points if you've got something which produces snapshots for each version, but that's not a priority.

-Leezer-
 
hmmm, not an expert here, but can't diff do this for you? Run a shell script that loops through the directory and diffs the corresponding files, piping the result into a patch.txt?
 
Back
Top Bottom