This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 137419 - Two files differing only in case
Summary: Two files differing only in case
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: nnnnnk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-17 12:39 UTC by Jan Lahoda
Modified: 2008-06-17 15:35 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lahoda 2008-06-17 12:39:36 UTC
This change:
http://hg.netbeans.org/main/rev/61ca5c2f6409

Introduce two files:
cnd.modelimpl/test/whitebox/scripts/preprocessor-for-project/CC
cnd.modelimpl/test/whitebox/scripts/preprocessor-for-project/cc

Which makes it impossible to update on case-insensitive, case-preserving filesystems (seen on Mac). Please fix ASAP, or
I will remove one of these files.
Comment 1 nnnnnk 2008-06-17 13:05:33 UTC
Fixed
http://hg.netbeans.org/main/rev/a41cc83f1a58
Comment 2 Tomasz Slota 2008-06-17 13:55:39 UTC
It is still failing for me (I cleaned the rep and started to pull about 1 hr ago

abort: case-folding collision between cnd.modelimpl/test/whitebox/scripts/preprocessor-for-project/cc and 
cnd.modelimpl/test/whitebox/scripts/preprocessor-for-project/CC

Possibly just a timing issue, but please double check.
Comment 3 Jan Lahoda 2008-06-17 14:06:07 UTC
Was fine for msauer ~30 minutes ago.
Comment 4 Sergey Grinev 2008-06-17 14:09:04 UTC
I've checked commit and tested hg fetch on Windows -- everything was fine.
Comment 5 Sergey Grinev 2008-06-17 14:26:56 UTC
tslota,

can you still reproduce it on fresh repository?
Comment 6 Tomasz Slota 2008-06-17 15:27:59 UTC
It works for me now, 

Thank you
Comment 7 Tomasz Slota 2008-06-17 15:35:10 UTC
verified