Can I use Bazaar for management Git

Asked by Muhammad Bashir Al-Noimi

I'm Qt developer, as you know Qt uses git <http://qt.gitorious.org/qt> so I'm wondering can I use Bazaar for contributing with Qt community on Windows?

If yes, Can I use it by using GUI application just like TortoiseBzr?

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Solved by:
John A Meinel
Solved:
Last query:
Last reply:
Revision history for this message
Jelmer Vernooij (jelmer) said :
#1

Yes, you should be able to do this using the bzr-git plugin (https://launchpad.net/bzr-git). As of recently this plugin also works on Windows.

Revision history for this message
Muhammad Bashir Al-Noimi (mbnoimi) said :
#2

but I'm wondering can I use it in GUI applications like TortoiseBzr or BzeExplorer?

Revision history for this message
Best John A Meinel (jameinel) said :
#3

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

M. Bashir Al-Noimi wrote:
> Question #85599 on Bazaar changed:
> https://answers.launchpad.net/bzr/+question/85599
>
> Status: Answered => Open
>
> M. Bashir Al-Noimi is still having a problem:
> but I'm wondering can I use it in GUI applications like TortoiseBzr or
> BzeExplorer?
>

If you can access the branch using 'bzr-git', then you can use it with
gui applications. 'bzr-git' is designed to make git branches *look like*
Bazaar branches to the rest of the code, and TortoiseBzr, etc would
continue that abstraction.

Though probably if you select "Branch..." the target will be a real
Bazaar branch, rather than another git branch.

John
=:->

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkrXUXsACgkQJdeBCYSNAAPF/ACgofmab5JFGiTTfrflFTAcBWt/
TtQAn2qeiG7WuYXG2jaIQFaFnWkOVG7l
=a+8d
-----END PGP SIGNATURE-----

Revision history for this message
Muhammad Bashir Al-Noimi (mbnoimi) said :
#4

Thanks John A Meinel, that solved my question.