felipec / git-remote-bzr

Transparent bidirectional bridge between Git and Bazaar for Git
GNU General Public License v2.0
75 stars 17 forks source link

How to get it work with a bzr repository that hasn't been pushed to launchpad and only resides on my computer #9

Closed PerfectCarl closed 8 years ago

PerfectCarl commented 9 years ago

git clone "bzr:file://~/Documents/Projects/myapp" doesn't work. It says : fatal: I don't handle protocol 'bzr:file'

jdfrankland commented 9 years ago

Hi With a bzr repository repo.bzr in your working directory, just do

git clone bzr::repo.bzr repo.git

and it will produce the new git repository repo.git Hope this helps

felipec commented 8 years ago

First, it's bzr::, second, file urls are file:/// (three slashes).