[Bug 425385] Re: bzr init crashes in home directory

2009-09-09 Thread NeilGreenwood
Ah! I've just realised that everything being in the unknown state means I can add them into version control as I wish. At the very least though, there should be a better error message from bzr when this situation occurs, including a better identification of the filename that's causing the problem.

[Bug 425385] Re: bzr init crashes in home directory

2009-09-09 Thread NeilGreenwood
n...@iodine:~$ ls -ld .bzr drwxr-xr-x 6 neil neil 4096 2009-09-06 21:40 .bzr n...@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 n

[Bug 425385] Re: bzr init crashes in home directory

2009-09-09 Thread NeilGreenwood
@Robert, I did "bzr mv .bzr .." because that's what you told me to type! I did wonder if I should just move it. :-) Not sure if the failed command created the ~/.bzr directory or not. I'll check the creation dates on it and examine its contents when I get home. -- bzr init crashes in home direc

Re: [Bug 425385] Re: bzr init crashes in home directory

2009-09-07 Thread Martin Pool
Alex, you're welcome to say "maybe this is a dupe of bug 400669" if you think it is, but you are not sure the stacktrace or cause is the same. -- Martin -- bzr init crashes in home directory https://bugs.launchpad.net/bugs/425385 You received this bug notification b

Re: [Bug 425385] Re: bzr init crashes in home directory

2009-09-07 Thread Robert Collins
On Mon, 2009-09-07 at 21:03 +, NeilGreenwood wrote: > n...@iodine:~/temp$ bzr mv .bzr ../ > No handlers could be found for logger "bzr" > bzr: ERROR: ../ is not in the same branch as .bzr > > That error might be because I have a .bzr directory in my home > directory. 'bzr st' in my home direct

[Bug 425385] Re: bzr init crashes in home directory

2009-09-07 Thread NeilGreenwood
Yes, it's the entire home dir I'm trying to init (well, actually the dot-files in it). n...@iodine:~$ mkdir temp n...@iodine:~$ cd temp n...@iodine:~/temp$ bzr init No handlers could be found for logger "bzr" Created a standalone tree (format: pack-0.92) n...@iodi

Re: [Bug 425385] Re: bzr init crashes in home directory

2009-09-07 Thread Robert Collins
Ah, are you trying to init your entire home dir, or a new project under it? If the former, try this: mkdir temp cd temp bzr init bzr mv .bzr ../ cd .. bzr st hopefully that will blow up with a more useful error. If the latter, then its a sibling - something in your homedir, I guess. -Rob -- b

[Bug 425385] Re: bzr init crashes in home directory

2009-09-07 Thread NeilGreenwood
n...@iodine:~$ pwd /home/neil n...@iodine:~$ pwd -L /home/neil n...@iodine:~$ pwd -P /home/neil n...@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

[Bug 425385] Re: bzr init crashes in home directory

2009-09-06 Thread Robert Collins
@Alex, please do not mark bugs as duplicates that are not duplicates. If you're not sure *do not dup them*. @Neil what does 'pwd' show for you? It looks like you have a UTF8 environment but a non-utf8 path element in your current working directory. ** This bug is no longer a duplicate of bug 400

[Bug 425385] Re: bzr init crashes in home directory

2009-09-06 Thread Alex Lourie
*** This bug is a duplicate of bug 400669 *** https://bugs.launchpad.net/bugs/400669 ** This bug has been marked a duplicate of bug 400669 bzr log -p UnicodeDecodeError ** Changed in: bzr (Ubuntu) Status: New => Confirmed -- bzr init crashes in home directory https://bugs.launchpa

[Bug 425385] Re: bzr init crashes in home directory

2009-09-06 Thread NeilGreenwood
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/31400814/Dependencies.txt -- bzr init crashes in home directory https://bugs.launchpad.net/bugs/425385 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-b