I like to share a PHP Code which 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..
- Text color will be red for Mismatch files
- Text color will be green for Match files
- Text color will be blue for New files
You can find the source code from my GitHub account,
Hope, you enjoyed this Post.
No comments:
Post a Comment