30 October 2008

win merge filtering direcories (source files)

I start using win merge and like many others I'm quite impressed with this software.
I was annoyed with source files/directories(.svn, csv etc) that were coming through and decided today to search for solution.
Good people at win merge forum shared their regexp to exclude source files/direcotories

d: [^(\\(cvs|\.svn|_svn|\.bzr|\.hg)$)] ## Filter for all directories but Source Control