win32 bzr is confused by filename case changes
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
High
|
Unassigned | ||
Breezy |
Triaged
|
High
|
Jelmer Vernooij |
Bug Description
bzr 0.14.0dev0 has some problems handling filename case changes on win32:
C:\
test.txt
C:\
C:\
unknown:
TEST.TXT
At this point I would have expected to see:
removed:
test.txt
unknown:
TEST.TXT
(bzr 0.13 appears to get this part right.)
I could try to resolve things in a naive fashion:
C:\
added TEST.TXT
C:\
added:
TEST.TXT
C:\
TEST.TXT
test.txt
If the tree gets committed in this state, then a subsequent "bzr branch branchname" will fail with a "File exists" error.
(bzr-0.13 will also let you screw up the inventory in this fashion, even though "bzr st" suggests that "test.txt"
is removed.)
A workaround is to explicitly "bzr remove" the original filename.
Changed in bzr: | |
assignee: | nobody → Adriana Miyazaki de Moura (miya) |
assignee: | Adriana Miyazaki de Moura (miya) → nobody |
Changed in bzr: | |
status: | Confirmed → Incomplete |
Changed in bzr: | |
status: | Incomplete → Confirmed |
tags: | added: check-for-breezy |
tags: | removed: check-for-breezy |
tags: | added: check-for-breezy |
tags: | removed: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in brz: | |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in bzr: | |
status: | Confirmed → New |
assignee: | nobody → Stewart J Solomon (highaboveus2) |
Changed in bzr: | |
status: | New → Confirmed |
assignee: | Stewart J Solomon (highaboveus2) → nobody |
this bug related to #77740: bzr lacks case insensitive filesystem support.