Menu

Tree [8c4c75] master DirPatcher-v1.2 /
 History

HTTPS access


File Date Author Commit
 deliver 2011-11-30 amille amille [8c4c75] - fix revert optimization
 src 2011-11-30 amille amille [8c4c75] - fix revert optimization
 .gitignore 2011-11-29 amille amille [d90eda] Fix copy error when targeting subfolder.
 README.txt 2011-11-30 amille amille [68c82f] - Optimize revert algo
 dirpatcher.sh 2011-11-03 amille amille [726949] First commit.
 pom.xml 2011-11-30 amille amille [68c82f] - Optimize revert algo

Read Me

/*******************************************************************
/*******************************************************************
/*******************************************************************
/*******************************************************************
***************  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
			
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.