Bazaar does not support umlauts in file names on Mac OS X

Bug #489190 reported by Nicholas Allen
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Bazaar
New
Undecided
Unassigned

Bug Description

It is not possible to add files or directories that have umlauts (German characters) in their names. This does not seem to be a problem on Linux however. Bazaar add commands work but then doing a status shows the file as still unversioned. Executing add again causes the error message "bzr: ERROR: An inconsistent delta was supplied involving u'\xe4/\xe4.txt', 'a.txt-20091127132213-dn6zivjxgbj33odd-1'
reason: Path already versioned". This error message only happens for files with umlauts in their name. Executing add for any other file does not give this error.

Revision history for this message
sourbox (marcelo-alves) wrote :

Simple steps to reproduce it (on OS X 10.6.2) :

bzr init test
cd test
mkdir å
touch å/∫ß
bzr add å
bzr ci -m “simple”

bzr returns with

Committing to: /Users/xfer/test/
missing å
missing å/∫eeß
aborting commit write group: PointlessCommit(No changes to commit)
bzr: ERROR: No changes to commit. Use --unchanged to commit anyhow.

Revision history for this message
Jean-Francois Roy (jeanfrancois.roy) wrote :

This is probably a dup of lp:172383.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.