|
compare_py
recursively compares two directories, doing diffs with files, printing deleted or added files/categories etc.
compare.py [options] old_directory new_directory
Specify paths to have not been compared. Can be used multiply. Paths have to be relative to directories. Ignored dorectory name - this directory will be ignored in every subdirectory. For example:compare.py -d .svn old newwill ignore all .svn directories. Like -d, but works with filenames. If given, compare.py will create directory log_dir with orginal structure of directories (old|new)_directory, and diff files for every changed file. Suffix added to every diff file create with -l option. Default to '.diff'. Program version. Help message. Directory with original files. Directory with changed files. |
Sign in to add a comment