资 源 简 介
ABOUT
This application was written basically to make the process of server updates
easy when the code is being developed.
When the server is setup with first version of codebase, second version of
development will be continued. After the second version is released, you
can use this application to compute the difference between the first version
and second version.
The output will contain the changed files / new files that needs to be added
to your server to keep it up to date.
USAGE
java pra.tools.dirdiff.core.BasicDiff fresh_copy old_copy [output_dir]
BREIF EXPLANATION
The computation of diff is described below in brief:
```
First input is treated as fresh copy
Second second is treated as old copy
If there are changes in files that exist in both the copies,
the file from first directory is copied to output directory.
If there is a new fil