General questions about using ExamDiff Pro, ideas for new features, bug reports, and usage tips.
psguru
Site Admin
Posts: 2396 Joined: Sat May 15, 2004 4:23 pm
Location: California
Contact:
Post
by psguru » Tue May 08, 2007 5:35 pm
So, should the \"correct\" CVS exclusion also just be:
Yes. Just keep in mind that such filter will also work for paths like this:
psguru
PrestoSoft
jsivak
New Member
Posts: 7 Joined: Thu May 03, 2007 11:14 am
Post
by jsivak » Wed May 09, 2007 10:01 am
In using
I'm still seeing a substantial slow down when comparing a subversion "sandbox" with a directory that doesn't have the .svn subdirectories.
But when using
its
much faster. (but it shows the ".svn" directories)
Its like the first exclusion pattern is not ignoring the contents of the .svn directory when doing the compare.
psguru
Site Admin
Posts: 2396 Joined: Sat May 15, 2004 4:23 pm
Location: California
Contact:
Post
by psguru » Wed May 09, 2007 5:28 pm
I don't see why.
This filter
is going to match more items, not less than
As a result, more items should be excluded if you use the first filter, and the comparison should be faster.
psguru
PrestoSoft
jsivak
New Member
Posts: 7 Joined: Thu May 03, 2007 11:14 am
Post
by jsivak » Thu May 10, 2007 6:21 am
Except
doesn't seem to match/ignore a directory named ".svn". (When that directory is present on only one "side" of the comparison.)
psguru
Site Admin
Posts: 2396 Joined: Sat May 15, 2004 4:23 pm
Location: California
Contact:
Post
by psguru » Thu May 10, 2007 6:28 pm
I believe we already covered this.
does match directories named ".svn", and
you seem to have tested that .
psguru
PrestoSoft
jsivak
New Member
Posts: 7 Joined: Thu May 03, 2007 11:14 am
Post
by jsivak » Fri May 11, 2007 6:22 am
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 .svn directories)?
It really appears that the simple ":\.svn" exclude pattern is not preventing ED from "looking" into the .svn directories (which contain lots of files that are going to be ignored anyways).
It's made worse when comparing a local directory against a networked directory (a share on a network server).
psguru
Site Admin
Posts: 2396 Joined: Sat May 15, 2004 4:23 pm
Location: California
Contact:
Post
by psguru » Fri May 11, 2007 7:22 pm
OK, now it's my turn to admit being mixed up. The pattern that you need to use is actually
(note the star at the end).
psguru
PrestoSoft