Changes to ticket 36cb6b45fd
By rwilson on 2009-10-16 13:54:26. See also: artifact content, and ticket history
- Change comment to "in windows, the file system is case insensitive. fossil allows the addition of the same file twice differing only by case. both files show up in the ui but technically they are versioned separately even though they are the same file on disk; it is unclear which artifact dominates on fossil open/update. <pre> PS C:\fossil> fossil new test.f project-id: 24ac0462f2082e82bcdf2de26ceb3c38aaffcfe4 server-id: 0b879e4b0baa36b4da40631bf54866f3ae825323 admin-user: rwilso20 (initial password is "ab6ad5") PS C:\fossil> md test PS C:\fossil> cd test PS C:\fossil\test> fossil open ..\test.f PS C:\fossil\test> notepad camelCase.txt PS C:\fossil\test> fossil add camelCase.txt ADDED camelCase.txt PS C:\fossil\test> fossil add camelcase.txt ADDED camelcase.txt PS C:\fossil\test> fossil commit notepad "C:/fossil/test/ci-comment-09044B4972BB.txt" 'gpg' is not recognized as an internal or external command, operable program or batch file. unable to sign manifest. continue [y/N]? y New_Version: b06866048f0a6cdf50573ef9e7767bb6fa4449db PS C:\fossil\test> fossil ls UNCHANGED camelCase.txt UNCHANGED camelcase.txt PS C:\fossil\test> fossil ver This is fossil version [076f7adff2] 2009-10-13 16:25:41 UTC PS C:\fossil\test> </pre>"
- Change foundin to "076f7adff2"
- Change private_contact to "2359089ef753bc96e12743e299243d5232c749fa"
- Change severity to "Minor"
- Change status to "Open"
- Change title to "in windows, fossil allows addition of the same file twice"
- Change type to "Code_Defect"