Overview
Artifact ID: | 62b406717178fe9ec08a810d8ac323006726dc0e |
---|---|
Ticket: | 80d3ba8b0ff0098d33350f24a37982f396b45e15
fossil add can't add two files whose names only differ by an underscore or dash |
User & Date: | rwilson 2010-03-02 18:05:30 |
Changes
- Appended to comment:
<hr><i>rwilson added on 2010-03-02 18:05:30:</i><br> sigh, '_' is a wildcard character in LIKE. using LIKE to compare files in fossil add proves problematic because underscores are valid characters in file names.