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 241615 - Cannot update hg repository on windows because of case-folding collision
Summary: Cannot update hg repository on windows because of case-folding collision
Status: RESOLVED FIXED
Alias: None
Product: usersguide
Classification: Unclassified
Component: IDE (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Kenneth Ganfield
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-09 22:35 UTC by markiewb
Modified: 2014-02-10 10:32 UTC (History)
0 users

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 markiewb 2014-02-09 22:35:26 UTC
I tried to update my cloned main repo (cloned from http://hg.netbeans.org/main/)
But this process is aborted because there are files which are 

D:\ws\main>hg update -C
abort: case-folding collision between usersguide/javahelp/org/netbeans/modules/usersguide/img/locksview32.png and usersg
uide/javahelp/org/netbeans/modules/usersguide/img/locksView32.png

Please note that Windows uses case-insensitive filenames and unix/linux not.

System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
Comment 1 Ondrej Vrabec 2014-02-10 09:51:46 UTC
marian, mercurial support is not responsible for our developers' mistakes. Reassigning back. Please, Ken, delete locksView32.png from usersguide external storage.
Comment 2 Kenneth Ganfield 2014-02-10 10:32:15 UTC
The file with uppercase letters is now deleted from the repo.
Sorry for the mistake.