"bzr mv" is case insensitive
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned | ||
Breezy |
Triaged
|
Medium
|
Jelmer Vernooij |
Bug Description
See full discussion at https:/
My repository contains many files that only differ in case, recently I tried to change the naming scheme but "bzr mv" complained.
Bzr version is 2.0.0
Below are the steps I took:
1. initial "bzr st ." is empty
2. I run
bzr mv ./sol_=
bzr mv ./sol_=
note, that the only difference is in the end: baB vs BaB
first instruction succeeds, the second complains:
bzr: ERROR: Could not move sol_=bAABABaB.
Note, that the target name is incorrect in the error message
3. "bzr st ." shows
renamed:
solutions/
here the target name is correct
tags: | added: case-sensitivity mv |
Changed in bzr: | |
importance: | Undecided → Medium |
tags: | added: check-for-breezy |
tags: | removed: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Medium |
assignee: | nobody → Jelmer Vernooij (jelmer) |
I could reproduce this with bzr.dev (r4732)