"bzr serve" on windows

Lukáš Lalinský lalinsky at gmail.com
Wed Sep 27 13:57:16 BST 2006


Running "bzr serve" on Windows fails with this error:

E:\projects\mutagen\mutagen.svn>bzr serve
bzr: ERROR: Invalid url supplied to transport:
'file://E%3A%5Cprojects%5Cmutagen%5Cmutagen.svn/': local urls must start with
file:///

The problem is that cmd_serve expects the directory to be a POSIX path with
leading slash and it does only simple "'file://' + directory" to get the URL. I
think it should use urlutils.local_path_to_url instead.

-Lukáš
-------------- next part --------------
A non-text attachment was scrubbed...
Name: win32-serve.patch
Type: text/x-diff
Size: 1008 bytes
Desc: not available
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060927/530c7b29/attachment.bin 


More information about the bazaar mailing list