Closed PerfectCarl closed 8 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
First, it's bzr::
, second, file urls are file:///
(three slashes).
git clone "bzr:file://~/Documents/Projects/myapp"
doesn't work. It says : fatal: I don't handle protocol 'bzr:file'