Comment 4 for bug 887067

Revision history for this message
Alexander Belchenko (bialix) wrote : Re: [Bug 887067] [NEW] branch cannot be opened after upgrade from 2.3.4 to 2.4.*

Alexander Belchenko пишет:
> Yaroslav Sokolov пишет:
>> Public bug reported:
>
>> File "_walkdirs_win32.pyx", line 227, in bzrlib._walkdirs_win32.Win32ReadDir.read_dir (bzrlib\_walkdirs_win32.c:1837)
>> WindowsError: [Error 5] C:/Users/yarick/Anwendungsdaten/*
>
> Does your path has non-ascii characters in it?

I think the problem in the line 111 of the file "C:/Program Files
(x86)/Bazaar/plugins\explorer\lib\view_workingtree.py"

             root = self.model.branch.user_transport.local_abspath(".")

It should be

             root = self.model.branch.user_transport.local_abspath(u".")

Yaroslav, can you change that line as I shown and try again? Will it fix
the problem for you?

--
All the dude wanted was his rug back