I believe we already covered this.
:*\.svn
does match directories named ".svn", and you seem to have tested that .
Sorry, you're right.. I was getting my "issues" mixed up.
Have you tried comparing a checked out SVN project against an "exported" SVN project (one that doesn't have all of the ...
Search found 7 matches
- Fri May 11, 2007 6:22 am
- Forum: ExamDiff Pro
- Topic: Trouble with ignoring Subversion directories with EDP
- Replies: 21
- Views: 47111
- Thu May 10, 2007 6:21 am
- Forum: ExamDiff Pro
- Topic: Trouble with ignoring Subversion directories with EDP
- Replies: 21
- Views: 47111
Except doesn't seem to match/ignore a directory named ".svn". (When that directory is present on only one "side" of the comparison.)
Code: Select all
:*\.svn
- Wed May 09, 2007 10:01 am
- Forum: ExamDiff Pro
- Topic: Trouble with ignoring Subversion directories with EDP
- Replies: 21
- Views: 47111
- Tue May 08, 2007 6:57 am
- Forum: ExamDiff Pro
- Topic: Trouble with ignoring Subversion directories with EDP
- Replies: 21
- Views: 47111
If .svn folders only exist in the left directory then the results look right. In your first filter you ignore .svn names, and that is what EDPro sees when it scans the left directory. *\.svn\* filter (which is a path filter because of ':'), on the other hand, does not match the path D:\sandbox\b_5 ...
- Mon May 07, 2007 7:50 am
- Forum: ExamDiff Pro
- Topic: Trouble with ignoring Subversion directories with EDP
- Replies: 21
- Views: 47111
Screenshot using

Screenshot using

All the sub-directories now show "different" because the .svn directories are seen on the left but not the right.
Code: Select all
:*\.svn\*,:*\CVS\*,CVS,.svn

Screenshot using
Code: Select all
:*\.svn\*,:*\CVS\*,CVS

All the sub-directories now show "different" because the .svn directories are seen on the left but not the right.
- Fri May 04, 2007 9:34 am
- Forum: ExamDiff Pro
- Topic: Trouble with ignoring Subversion directories with EDP
- Replies: 21
- Views: 47111
- Thu May 03, 2007 11:22 am
- Forum: ExamDiff Pro
- Topic: Trouble with ignoring Subversion directories with EDP
- Replies: 21
- Views: 47111