View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002825 | JEDI VCS | Client (Gui) | public | 2005-04-01 01:07 | 2008-11-15 07:26 |
Reporter | teamroot | Assigned To | USchuster | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.40 RC1 (Client) | ||||
Target Version | Fixed in Version | 2.40 RC2 (Client) | |||
Summary | 0002825: when adding modules, the exclude list not work perfect if the full file name contain more than one dot. | ||||
Description | as the upload file. | ||||
Tags | No tags attached. | ||||
Fix in JVCS version | 2.40 RC2 | ||||
Releasedocumentation | |||||
2005-04-01 01:07
|
|
|
I can confirm that the function VCSProcBase.MatchWithFilter fails for strings with more than one dot. MatchFilter('file.dcu', '*.dcu') = True MatchFilter('file.file.dcu', '*.dcu') = False It seams that MatchFilter fails if the at least the first character of an *... mask is still in the string before the string which matches the mask. MatchWithFilter('dcudlg', '*dlg') = False MatchWithFilter('acudlg', '*dlg') = True |
|
It seams that this issue can be solved by using JclStrings.StrMatches inside MatchWithFilter. |
Date Modified | Username | Field | Change |
---|---|---|---|
2005-04-01 01:07 | teamroot | New Issue | |
2005-04-01 01:07 | teamroot | File Added: jedivcs.JPG | |
2005-04-01 06:12 | USchuster | Note Added: 0006818 | |
2005-04-01 12:10 | USchuster | Note Added: 0006827 | |
2005-04-01 12:10 | USchuster | Relationship added | child of 0002377 |
2005-04-01 12:11 | USchuster | Fix in JVCS version | => 2.40 RC2 |
2005-04-01 12:11 | USchuster | Status | new => confirmed |
2005-04-01 14:40 | USchuster | Status | confirmed => assigned |
2005-04-01 14:40 | USchuster | Assigned To | => USchuster |
2005-04-03 05:16 | USchuster | Status | assigned => resolved |
2005-04-03 05:16 | USchuster | Fixed in Version | => 2.40 RC2 (Client) |
2005-04-03 05:16 | USchuster | Resolution | open => fixed |
2005-04-10 05:48 | USchuster | Relationship added | related to 0002856 |
2005-04-10 08:02 | USchuster | Relationship added | related to 0002857 |
2008-11-15 07:26 | THuber | Status | resolved => closed |