Overview
Artifact ID: | 00a1c011449570e9e1e464ca331cdf38bb45ddc0 |
---|---|
Ticket: | a2dc3b67a2605ca47fe5b44ac5b09e8c4a8a7aa4
Versioned files in Windows still appear as extras if not commited with proper case |
User & Date: | anonymous 2010-11-19 03:10:27 |
Changes
- comment changed to:
It appears that on Windows, Fossil will "case-insensitively" 'fossil add' a file provided on the command line; however, 'fossil extras' will still list already-versioned file as extras if the file was not originally added with its exact, case-sensitive name. Steps to reproduce: 1. Take a checked out Fossil directory on Windows. 2. Create two subdirectories inside: "Work" and "Play". 3. Create a new file in directory "Work" named "test.txt". 4. Run 'fossil extras'; it reports "Work/test.txt". 5. Run 'fossil add "work\test.txt" (noticed the lowercase "w"); it reports "ADDED work/test.txt". 6. Run 'fossil commit -m "blah"'; it does it successfully. 7. Run 'fossil extras'; it reports "Work/test.txt".
- foundin changed to: "cf178577ec"
- private_contact changed to: "d65f5846b6a5b50edcd1a93c5d63af85a3b4050c"
- severity changed to: "Minor"
- status changed to: "Open"
- title changed to:
Versioned files in Windows still appear as extras if not commited with proper case
- type changed to: "Code_Defect"