Comment 3 for bug 425385

Revision history for this message
NeilGreenwood (neil-greenwood) wrote : Re: bzr init crashes in home directory

neil@iodine:~$ pwd
/home/neil
neil@iodine:~$ pwd -L
/home/neil
neil@iodine:~$ pwd -P
/home/neil

neil@iodine:~$ locale
LANG=en_GB.UTF-8
LC_CTYPE="en_GB.UTF-8"
LC_NUMERIC="en_GB.UTF-8"
LC_TIME="en_GB.UTF-8"
LC_COLLATE="en_GB.UTF-8"
LC_MONETARY="en_GB.UTF-8"
LC_MESSAGES="en_GB.UTF-8"
LC_PAPER="en_GB.UTF-8"
LC_NAME="en_GB.UTF-8"
LC_ADDRESS="en_GB.UTF-8"
LC_TELEPHONE="en_GB.UTF-8"
LC_MEASUREMENT="en_GB.UTF-8"
LC_IDENTIFICATION="en_GB.UTF-8"
LC_ALL=

You're right about the environment. I guess it's a subdirectory (that bzr was recursing through) rather than my current path. Any suggestions about how I could find the culprit?