Ticket Change Details
Not logged in
Overview

Artifact ID: 87e2f1568f0322873f5ca2d00ec729edfcbd1b84
Ticket: 36cb6b45fd9d31f6bc4bd4ad87f18aad50e5bce9
in windows, fossil allows addition of the same file twice
User & Date: ron 2010-01-20 18:42:03
Changes

  1. Appended to comment:
    
    
    <hr><i>ron added on 2010-01-20 18:42:03:</i><br>
    I see drh just made a fix to prevent adding a file which difference only in case from a file in the repo.  OS/X users will I think need a similar treatment.
    
    What happens when the repo is shared between Linux and Windows users, and the Linux users add two files, say "makefile" and "Makefile"?  When the Windows user does an 'update', she will get one of the files, since Windows doesn't distinguish case (neither does OS/X).  So one file will be missing on Windows.
    
    Perhaps it makes sense to issue a notice to the Windows user in that case?