Skip to content

putermancer/bzr2git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

About

bzr2git.py is a tool I originally created to simply migrate BZR repositories to Git. As I have encountered additional obstacles, I have modified this script to suit my needs.

While it is by no means perfect, it has several nice options:

  • works with either local or remote bzr repos (as long as you can check it out)
  • maintain bzr commit history (tag preservation is untested)
  • prep a repository for the git-flow branching model
  • migrate a single sub-directory (with only its history) to its own git repo
    • useful for converting part of a project for use as submodules
  • ignore one or more directories (or files) and their history
    • useful when you have converted parts of a project for use as submodules :)
  • cripple the bzr repository
    • delete all files, create a README saying "migrated to git," push to bzr repo

License

This software is distributed under the MIT license.

About

Quickly migrate a bzr repository to git

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages