Overview
| Artifact ID: | ff0844fac744a5bd5cc1b5d990bede637d6cf03e |
|---|---|
| Ticket: | 101ab6946f1c7b524abc364775f2bfc958f1700b
Case sensitive database entry on non-case sensitive file system (Windows) |
| User & Date: | jeremy_c 2011-12-28 15:30:08 |
Changes
- comment changed to:
On Windows, I was adding files at the command line. I added one as "tagger.rbbas" when it was "Tagger.rbbas." It added fine as "tagger.rbbas" but the extras command shows "Tagger.rbbas" as an extra yet when adding "Tagger.rbbas", Fossil ignores the command as it already has "tagger.rbbas." <verbatim> C:\MyProject> fossil add Abc.txt Def.txt tagger.rbbas C:\MyProject> fossil changes ADDED Abc.txt ADDED Def.txt ADDED tagger.rbbas C:\MyProject> fossil extras Tagger.rbbas C:\MyProjects> fossil add Tagger.rbbase C:\MyProjects> fossil extras Tagger.rbbas C:\MyProjects> fossil changes ADDED Abc.txt ADDED Def.txt ADDED tagger.rbbas </verbatim>
- foundin changed to: "1.21"
- private_contact changed to: "b911b51566694323be1d80bff74e993f071aeaae"
- severity changed to: "Important"
- status changed to: "Open"
- title changed to:
Case sensitive database entry on non-case sensitive file system (Windows)
- type changed to: "Code_Defect"