TFS 2008 Folder Comparison Filter for both C# and Delphi projects
Posted by jpluimers on 2009/05/25
When using TFS (Team Foundation System) 2008 as a Version Control / Source Code Management system not only for your C#, but also for Delphi projects, this is a good filter string when using the ‘Compare Folders‘ function of TFS:
!*.pdb;!*.obj;!*.dll;!*.exe;!*.res;!*.resources;!*.cache;!*.ilk;!*.ncb;!obj\;!objd\;!bin\;!lib\;!*.local;!*.identcache;!*.dcu;!__history\;!*.dsk;!*.~*;!*.stat;!*.drc
This is the regular Folder Comparison Filter – the bold above is the addition and the link contains an explanation of the filter syntax:
!*.pdb;!*.obj;!*.dll;!*.exe;!*.res;!*.resources;!*.cache;!*.ilk;!*.ncb;!obj\;!objd\;!bin\
Hope this helps some of you in reducing the amount of clutter in the resulting comparisons :-)
–jeroen






yet another update to TFS 2008 Folder Comparison Filter for both C# and Delphi projects « The Wiert Corner – Jeroen Pluimers’ irregular stream of Wiert stuff « The Wiert Corner – Jeroen Pluimers’ irregular stream of Wiert stuff said
[…] sourcecode…brad on C#/.NET – GetExecutableP…yet another update t… on TFS 2008 Folder Comparison Fil…Posting source code … on Including formatted […]
yet another update to TFS 2008 Folder Comparison Filter for both C# and Delphi projects « The Wiert Corner – Jeroen Pluimers’ irregular stream of Wiert stuff « The Wiert Corner – Jeroen Pluimers’ irregular stream of Wiert stuff said
[…] Posted by jpluimers on 2009/07/09 Here is another update for the TFS 2008 Folder Comparison Filter for both C# and Delphi projects: […]
update to TFS 2008 Folder Comparison Filter for both C# and Delphi projects « The Wiert Corner – Jeroen Pluimers’ irregular stream of Wiert stuff « The Wiert Corner – Jeroen Pluimers’ irregular stream of Wiert stuff said
[…] TFS 2008 Folder Comparison Filter for both C# and Delphi projects […]