General questions about using ExamDiff Pro, ideas for new features, bug reports, and usage tips.
bmerkle
Full Member
Posts: 32 Joined: Thu Oct 13, 2005 2:11 am
Post
by bmerkle » Wed Jul 16, 2008 3:53 am
I tried to setup a ingore pattern for CVS version files on the server which end with ,v (",v")
however the following pattern seem not to match it.
I read in the docu that / should be used to mask out , but unfortunately *.*/,v does not work
thanks,
Bernhard.
psguru
Site Admin
Posts: 2409 Joined: Sat May 15, 2004 4:23 pm
Location: California
Contact:
Post
by psguru » Wed Jul 16, 2008 10:18 am
It's actually '\', and it should replace comma. So if you want to exclude ",v" use "/v". If you do it through the "Edit Filter" command (click on the arrow next to the filter drop-down), you can use commas, and the UI will convert them into slashes.
psguru
PrestoSoft
bmerkle
Full Member
Posts: 32 Joined: Thu Oct 13, 2005 2:11 am
Post
by bmerkle » Fri Jul 18, 2008 5:41 am
great ! I did not see the edit dialog until now. Really usefull.
thanks for your help.