bzr-git ssh
Eric Anderson
eric at pixelwareinc.com
Sat Feb 28 03:41:41 GMT 2009
I am trying to create a bzr branch of a git repo. Using the bzr-git
plugin seems to work well with repos like on GitHub. But recently tried
connecting to a repo hosted by Heroku (a Rails host). I believe they are
using SSH to communicate instead of git's native protocol (I am guessing
for authentication). Not getting much luck and my knowledge of bzr, git
and python are all very limited.
The repo URI they provide looks something like git at heroku.com:myapp.git
You can see more info in their docs at http://heroku.com/docs/index.html.
Since it wasn't working I am just assuming that bzr-git does not yet
support this type of transport. I assume when it eventually does I will
need to do something like:
bzr branch git+ssh://git@heroku.com:myapp.git myapp
I am fine if it just isn't there yet. But just want to make sure I
didn't miss anything.
Thanks for any advice.
Eric
More information about the bazaar
mailing list