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

Summary: Two files differing only in case
Product: cnd Reporter: Jan Lahoda <jlahoda>
Component: Code ModelAssignee: nnnnnk <nnnnnk>
Status: VERIFIED FIXED    
Severity: blocker CC: jglick, msauer, nbbuild-issues, pjiricka, tslota, tzezula
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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