Diff once, apply everywhere.
-- Guybrush Threepwood
Handy Warup is a patch generator/applier written in Java. The idea is to execute file operations, described in a specific generated file, in batch.
It is obviously broken down into 2 parts:
- generator: simple (Linux-only) Bash script to generate a diff file between two archives
- applier: Java program to consume the diff file and apply it to a specified local directory
As simple as:
$> mvn install