[win32][BUG] url to filesystem???
Alexander Belchenko
bialix at ukr.net
Fri Jun 9 05:57:34 BST 2006
The newest improvements to url on win32 does not work: I cannot to push
to local path:
E:\work\MyCode\BJT\Python\bjt-widgets\bjtwidgets.bialix>bzr push
G:\push\bjt\Python\bjtwidgets.bialix
bzr: ERROR: Invalid url supplied to transport:
u'file:///G:/push/bjt/Python/bjtwidgets.bialix/': win32 file:/// paths
need a drive letter
E:\work\MyCode\BJT\Python\bjt-widgets\bjtwidgets.bialix>bzr push
"file:///G|\push\bjt\Python\bjtwidgets.bialix"
bzr: ERROR: Invalid url supplied to transport:
'file:///G|\\push\\bjt\\Python\\bjtwidgets.bialix/': Win32 file urls
start with file:///X|/, where X is a valid drive letter
E:\work\MyCode\BJT\Python\bjt-widgets\bjtwidgets.bialix>bzr push
"file:///G|/push/bjt/Python/bjtwidgets.bialix"
bzr: ERROR: Invalid url supplied to transport:
'file:///G|/push/bjt/Python/bjtwidgets.bialix/': win32 file:/// paths
need a drive letter
This is new file:/// is something terrible!!!
--
Alexander
More information about the bazaar
mailing list