/*******************************************************************
/*******************************************************************
/*******************************************************************
/*******************************************************************
*************** DirPATCHER *************************************
/*******************************************************************
/*******************************************************************
/*******************************************************************
/*******************************************************************
Language: Java (1.6)
GUI: Swing
Tested on: openSUSE, seven, osX
Build with Maven 2
Encoding files: UTF-8
Short Description:
___________________
This tool can interest you, if you want to copy files from a folder to another and keep a save of the overwrit ones.
The tool just need a source folder, a destination folder and a diff folder (where save files will be stored).
You can also use a "revert" functionnality to revert all modifications, using the diff folder:)
This tool can also be used with normal interface or by command-line.
ex: java -jar dirpatcher-1.2.jar source target diff
java -jar dirpatcher-1.2.jar -revert diff target
Run DirPATCHER - window mode
_________________
>java -jar dirpatcher-1.2.jar
Run DirPATCHER - command-line mode
_________________
Simple copy:
>java -jar dirpatcher-1.2.jar source target diff
Revert:
>java -jar dirpatcher-1.2.jar -revert diff target
source: where are the file to copy
destination: where you want to copy your files
diff: where to put destinationed files that will be replaced