i have two root directories:
- C:\sourcecode1
- C:\sourceCode2
they are cuts of a source code tree at 2 different points in time (that was never stored in source control :( )
i need a tool that will show me:
- Files in one but not the other (both ways)
- Allow me to diff files that are in both directories but have changed
- There are certain subfolders that i would like to ignore if possible
They both have deep directory structures. I was originally concerned with different directory structures in the different folders but fortunately the directory structures look the same so its just added/deleted and changed files i need to compare
What is the best tool for something like this?