Opened 13 years ago
Closed 13 years ago
#450 closed enhancement (fixed)
allow globs in path pattern matching
Reported by: | Peter Johansson | Owned by: | Peter Johansson |
---|---|---|---|
Priority: | minor | Milestone: | svndigest 0.8 |
Component: | core | Version: | trunk |
Keywords: | Cc: |
Description
The pattern matching algorithm for paths used here is quite limited; it doesn't understand ? or [abc].
Why not use fnmatch included in C-standard which would extend the pattern matching to what is expected.
Change History (5)
comment:1 Changed 13 years ago by
Milestone: | svndigest 0.x+ → svndigest 0.8 |
---|---|
Owner: | changed from Jari Häkkinen to Peter Johansson |
Status: | new → assigned |
comment:2 Changed 13 years ago by
comment:4 Changed 13 years ago by
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [1052]) refs #450. using fnmatch in codon fil name pattern match.