Tool to compare directories (Windows 7)

WindowsFile Comparison

Windows Problem Overview


Due to some SVN movement I got disconnected from SVN while I was in middle of a fairly large enhancement.

Now I have my current workspace (with changes and disconnected from SVN) and new workspace (latest from SVN).

I need to manually update the new workspace with the changes so I could check them in.

So I am looking out for a tool that can let me compare the two workspaces, tell for new files and folders and also updated files.

Does a tool like this exist? If so, could you recommend a good one?

Windows Solutions


Solution 1 - Windows

I use WinMerge. It is free and works pretty well (works for files and directories).

Solution 2 - Windows

The tool that richardtz suggests is excellent.

Another one that is amazing and comes with a 30 day free trial is Araxis Merge. This one does a 3 way merge and is much more feature complete than winmerge, but it is a commercial product.

You might also like to check out Scott Hanselman's developer tool list, which mentions a couple more in addition to winmerge

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionMukul GoelView Question on Stackoverflow
Solution 1 - WindowsrichardtzView Answer on Stackoverflow
Solution 2 - WindowsThe Bearded LlamaView Answer on Stackoverflow