Folder compare problems

Support for our DiffMerge utility.

Moderator: SourceGear

Post Reply
Mike Bennett
Posts: 12
Joined: Tue Oct 11, 2005 9:28 am

Folder compare problems

Post by Mike Bennett » Wed Apr 09, 2008 4:42 am

I've just tried to use the folder compare feature to check that a list of CAB files we ship have remained the same between two releases.

If found that files that exist in one folder, but not the other were not picked up as missing.

I've been able to reproduce this by creating two new folders. Create a text file in one, then compare. The file is correctly shown as missing in the other folder. Rename the file to .CAB and compare again. Diffmerge says both folders are the same.

Is there something in configuration that I may have missed?

jeffhostetler
Posts: 534
Joined: Tue Jun 05, 2007 11:37 am
Location: SourceGear
Contact:

.CAB files are being filtered

Post by jeffhostetler » Wed Apr 09, 2008 8:43 am

We have a feature that filters out files (such as .OBJ)
and sub-folders (such as Debug) that you generally don't
want DiffMerge to dive into (and waste time) when
comparing source directories.

.CAB is one of the file types being filtered.

Look at the "Folder Filters" page in the Options dialog.
Uncheck the 2 "Use ... Filters" check boxes.

(or remove 'cab' from the file suffix list)

hope this helps,
jeff

Mike Bennett
Posts: 12
Joined: Tue Oct 11, 2005 9:28 am

Post by Mike Bennett » Wed Apr 09, 2008 9:37 am

Thanks Jeff. Unchecked the filters and all works as I expected.

Great product.

Post Reply