Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 590 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 590 Bytes

folder-compare

This PHP Code is used for comparing two folders recursively in order to verify files in both directory are same or not. Final output will be displayed in the Table Format with colored text. This php file is used for below cases.

Compare any two local SVN branch folders
Compare any two local files
and so on..

Here are the various text color's will be displayed based on the final result.

Text color will be red for Mismatch files
Text color will be green for Match files
Text color will be blue for New files