-
Notifications
You must be signed in to change notification settings - Fork 26
pieter/git-bzr
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
git-bzr: a bidirectional git - bazaar gateway --------- ## What does it do? This script allows you to add bazaar repositories as git branches in your git repository. After that, you can fetch the Bazaar repo, make some changes, and push it back into Bazaar. ## How does it work? An example session goes like this: $ git bzr add upstream ../bzr-branch $ git bzr fetch upstream $ git checkout -b local_branch bzr/upstream $ Hack hack, merge merge.... $ git bzr push upstream ## How should I install it? You need a new Git (v 1.6.0 or higher). If you have an older Git version, you can get git-bzr to run by applying the patch in this repository to your Git source code. Furthermore, you need the Bazaar fastimport plugin. It can be found at https://launchpad.net/bzr-fastimport. Finally, you need to install the git-bzr script, which is written in Ruby, somewhere. You will need to edit it a bit to make it work with your paths, as it is really unpolished and probably uses absolute pathnames. ## Why did you put this online? I'm not really interested in working on this anymore, as it fulfills my need. However, I can understand someone else might want to try the same, so I put the code online to avoid double work. NOTE: I really mean what I say here above -- I'm no longer interested in this program. Take it as it is, or look at one of the forks on github (there are two that have converted the script to bash, if you prefer that). ## How is it licensed? The Git patch is a derivative of the Git source and is thus licensed under Git's license (GPL v2.0 only). The Bazaar fastimport changes are covered under the same license as the rest of the fastimport plugin. The git-bzr script is licensed under the same license as Git. ## I have a question? You can try mailing me at frimmirf@gmail.com
About
A bidirectional Git - Bazaar gateway
Resources
Stars
Watchers
Forks
Packages 0
No packages published