bzr-git ssh
Eric Anderson
eric at pixelwareinc.com
Sun Mar 1 19:11:04 GMT 2009
John Arbash Meinel wrote:
> I would expect it to be:
> bzr branch git+ssh://git@heroku.com/myapp.git myapp
> ^- / not :
I appreciate the advice but unfortunately this doesn't get me anywhere.
I get:
bzr: ERROR: Unsupported protocol for url
"git+ssh://git@heroku.com/myapp.git"
Looking at __init__.py in the plugin I see:
register_lazy_transport("git://", 'bzrlib.plugins.git.remote',
'GitSmartTransport')
But there is no corresponding git+ssh protocol being registered. So I
assume that means git over ssl is not yet done for bzr-git? I did notice
at the bottom of client.py in the dulwich library this is a SSHClient
implemented. So maybe support isn't far off?
Thanks for your advice.
Eric
More information about the bazaar
mailing list