Problems when adding files

Thomas Holzmann holzi1 at gmx.at
Sat Nov 22 17:28:23 GMT 2008


Hello!

I have a problem when I try to add files to my newly created repository.

I want to create create a central repository (like described here: 
http://doc.bazaar-vcs.org/bzr.dev/en/user-guide/index.html#team-collaboration-central-style 
).
But everytime when I try to add the files to the repository this error 
appears:

-----------------------------------------------------------------------------------
...
added 
httpdocs/head5.gif                                                                                             

added 
httpdocs/images                                                                                                

bzr: ERROR: exceptions.UnicodeDecodeError: 'ascii' codec can't decode 
byte 0xe4 in position 18: ordinal not in 
range(128)                                                                                                                 

                                                                                                                     

Traceback (most recent call 
last):                                                                                   

  File "/usr/local/lib/python2.6/site-packages/bzrlib/commands.py", line 
893, in run_bzr_catch_errors               
    return 
run_bzr(argv)                                                                                             

  File "/usr/local/lib/python2.6/site-packages/bzrlib/commands.py", line 
839, in run_bzr                            
    ret = 
run(*run_argv)                                                                                             

  File "/usr/local/lib/python2.6/site-packages/bzrlib/commands.py", line 
539, in run_argv_aliases                   
    return 
self.run(**all_cmd_args)                                                                                  

  File "/usr/local/lib/python2.6/site-packages/bzrlib/builtins.py", line 
499, in run                                
    no_recurse, action=action, save=not 
dry_run)                                                                     

  File "/usr/local/lib/python2.6/site-packages/bzrlib/mutabletree.py", 
line 52, in tree_write_locked                
    return unbound(self, *args, 
**kwargs)                                                                            

  File "/usr/local/lib/python2.6/site-packages/bzrlib/mutabletree.py", 
line 457, in smart_add                       
    for subf in 
sorted(os.listdir(abspath)):                                                                         

UnicodeDecodeError: 'ascii' codec can't decode byte 0xe4 in position 18: 
ordinal not in range(128)                  
                                                                                                                     

bzr 1.9 on python 2.6 
(linux2)                                                                                       

arguments: ['/usr/local/bin//bzr', 
'add']                                                                            

encoding: 'UTF-8', fsenc: 'UTF-8', lang: 
'en_US.UTF-8'                                                              
plugins:                                                                                                             

  launchpad            
/usr/local/lib/python2.6/site-packages/bzrlib/plugins/launchpad 
[unknown]                    
*** Bazaar has encountered an internal 
error.                                                                        

    Please report a bug at 
https://bugs.launchpad.net/bzr/+filebug                                                   

    including this traceback, and a description of what 
you                                                         
    were doing when the error occurred. 

-----------------------------------------------------------------------------------

Is this a bug or can I do something against that?

Thanks in advance!

Regards,
Thomas



More information about the bazaar mailing list