Skip to content

A tool to copy only the changed files to a new folder, useful to create incremental update packages.

License

Notifications You must be signed in to change notification settings

openbullet/DiffCopy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiffCopy

A tool to copy only the changed and new files to a new folder, useful to create incremental update packages.

The program creates MD5 hashes of files and compares them to the ones of a baseline build to see if they were changed, and copies the changed or newly created files to a new folder.

Download here

Usage

dotnet ./DiffCopy.dll -s sourcedir -n newdir -o outputdir

Where

-s directory with baseline build

-n directory with latest release

-o output directory where only the changed or new files will be copied

About

A tool to copy only the changed files to a new folder, useful to create incremental update packages.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages