Comment 9 for bug 425385

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

neil@iodine:~$ ls -ld .bzr
drwxr-xr-x 6 neil neil 4096 2009-09-06 21:40 .bzr
neil@iodine:~$ ls -l .bzr
total 24
drwxr-xr-x 3 neil neil 4096 2009-09-06 21:40 branch
-rw-r--r-- 1 neil neil 35 2009-09-06 21:40 branch-format
drwxr-xr-x 2 neil neil 4096 2009-09-06 21:40 branch-lock
drwxr-xr-x 3 neil neil 4096 2009-09-06 21:40 checkout
-rw-r--r-- 1 neil neil 141 2009-09-06 21:40 README
drwxr-xr-x 7 neil neil 4096 2009-09-06 21:40 repository
neil@iodine:~$

I didn't check before I tried the 'bzr mv .bzr ..' - would that have (partially) overwritten an existing directory? I moved the .bzr directory, then tried the 'bzr init' again in my home directory. Got the same error/stacktrace as originally reported, and this is the contents of the ~/.bzr directory that results:
neil@iodine:~$ ls -l .bzr
total 24
drwxr-xr-x 3 neil neil 4096 2009-09-09 20:41 branch
-rw-r--r-- 1 neil neil 35 2009-09-09 20:41 branch-format
drwxr-xr-x 2 neil neil 4096 2009-09-09 20:41 branch-lock
drwxr-xr-x 3 neil neil 4096 2009-09-09 20:41 checkout
-rw-r--r-- 1 neil neil 141 2009-09-09 20:41 README
drwxr-xr-x 7 neil neil 4096 2009-09-09 20:41 repository
neil@iodine:~$

bzr st still shows all files/directories in an unknown state.