Ticket Change Details
Not logged in
Overview

Artifact ID: 399b3cddf18b259a62752e5badabda39b34e09ae
Ticket: a2dc3b67a2605ca47fe5b44ac5b09e8c4a8a7aa4
Versioned files in Windows still appear as extras if not commited with proper case
User & Date: anonymous 2010-11-19 12:13:37
Changes

  1. Appended to comment:
    
    
    <hr /><i>anonymous claiming to be Joerg Sonnenberger added on 2010-11-19 12:13:37:</i><br />
    Windows is case-preserving, but case-insensitive. That means it doesn't care if you use WORK or work. Unless you explicitly iterate over the directory and use strcasecmp or so, you can't tell the difference. This easily explains the difference in behavior of "fossil extra".
    
  2. resolution changed to: "Open"