Bazaar-ng and Unicode dir names problem
Panagiotis Papadakos
papadako at ics.forth.gr
Sun Oct 16 00:30:00 BST 2005
Thanks for your time!
The output from 'bzr add -v l' is:
Traceback (most recent call last):
File "/usr/lib/python2.4/logging/__init__.py", line 737, in emit
self.stream.write(fs % msg.encode("UTF-8"))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xce in position 104:
ordinal not in range(128)
bzr: ERROR: command: '/usr/bin/bzr' 'add' '-v' 'l'
pwd: /root/University/Panagiotis// 2005/hy527/askiseis/ask1_versioned
'ascii' codec can't decode byte 0xce in position 28: ordinal not in
range(128)
at /usr/lib/python2.4/posixpath.py line 65, in join()
see ~/.bzr.log for debug information
Here is the output of ~/.bzr.log:
this is a debug log for diagnosing/reporting problems in bzr
you can delete or truncate this file, or include sections in
bug reports to bazaar-ng at lists.canonical.com
[ 6225] Sun 02:31:02.928 DEBUG: bzr 0.1.1 invoked on python 2.4.2.final.0
(linux2)
[ 6225] Sun 02:31:02.928 DEBUG: arguments: ['/usr/bin/bzr', 'add', '-v',
'l']
[ 6225] Sun 02:31:02.929 DEBUG: working dir:
/root/University/Panagiotis// 2005/hy527/askiseis/ask1_versioned
[ 6225] Sun 02:31:02.930 DEBUG: registering transport: None =>
LocalTransport
[ 6225] Sun 02:31:02.930 DEBUG: registering transport: file:// =>
LocalTransport
[ 6225] Sun 02:31:03.030 DEBUG: registering transport: http:// =>
HttpTransport
[ 6225] Sun 02:31:03.030 DEBUG: registering transport: https:// =>
HttpTransport
[ 6225] Sun 02:31:03.031 DEBUG: looking for plugins in
/opt/bzr-0.1.1/bzrlib/plugins
[ 6225] Sun 02:31:03.031 DEBUG: add plugin name conflicts
[ 6225] Sun 02:31:03.031 DEBUG: add plugin name __init__
[ 6225] Sun 02:31:03.031 DEBUG: add plugin name conflicts
[ 6225] Sun 02:31:03.032 DEBUG: add plugin name __init__
[ 6225] Sun 02:31:03.032 DEBUG: load plugin (<open file
'/opt/bzr-0.1.1/bzrlib/plugins/__init__.py', mode 'U' at 0xb7724e30>,
'/opt/bzr-0.1.1/bzrlib/plugins/_
_init__.py', ('.py', 'U', 1))
[ 6225] Sun 02:31:03.032 DEBUG: loaded succesfully
[ 6225] Sun 02:31:03.032 DEBUG: load plugin (<open file
'/opt/bzr-0.1.1/bzrlib/plugins/conflicts.py', mode 'U' at 0xb7724f98>,
'/opt/bzr-0.1.1/bzrlib/plugins/
conflicts.py', ('.py', 'U', 1))
[ 6225] Sun 02:31:03.033 DEBUG: registered plugin command conflicts
[ 6225] Sun 02:31:03.034 DEBUG: registered plugin command resolve
[ 6225] Sun 02:31:03.034 DEBUG: loaded succesfully
[ 6225] Sun 02:31:03.034 DEBUG: looking for plugins in
/root/.bzr.conf/plugins
[ 6225] Sun 02:31:03.034 DEBUG: add plugin name bzrtools-0.1.1
[ 6225] Sun 02:31:03.035 DEBUG: load plugin (None,
'/root/.bzr.conf/plugins/bzrtools-0.1.1', ('', '', 5))
[ 6225] Sun 02:31:03.048 DEBUG: registered plugin command push
[ 6225] Sun 02:31:03.049 DEBUG: registered plugin command annotate
[ 6225] Sun 02:31:03.049 DEBUG: registered plugin command shelve
[ 6225] Sun 02:31:03.049 DEBUG: registered plugin command unshelve
[ 6225] Sun 02:31:03.049 DEBUG: registered plugin command clean-tree
[ 6225] Sun 02:31:03.050 DEBUG: registered plugin command graph-ancestry
[ 6225] Sun 02:31:03.050 DEBUG: registered plugin command fetch-ghosts
[ 6225] Sun 02:31:03.050 DEBUG: registered plugin command patch
[ 6225] Sun 02:31:03.050 DEBUG: registered plugin command baz-import
[ 6225] Sun 02:31:03.051 DEBUG: loaded succesfully
Regards
Papadakos Panagiotis
On Sat, 15 Oct 2005, John Arbash Meinel wrote:
> Panagiotis Papadakos wrote:
> > Hi John.
> >
> > Thanks for your suggestion but unfortunately it does not work.
> >
> > echo $LANG reports:
> > en_US.UTF-8
> >
> > Regards
> > Papadakos Panagiotis
>
> Could you rerun, deleting ~/.bzr.log beforehand, and then posting the
> output?
> Also, you could "export BZR_DEBUG=1" which will turn on extra logging.
>
> John
> =:->
>
>
More information about the bazaar
mailing list