Skip to content

Instantly share code, notes, and snippets.

@gerardorochin
Last active December 25, 2015 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gerardorochin/6983923 to your computer and use it in GitHub Desktop.
Save gerardorochin/6983923 to your computer and use it in GitHub Desktop.
fix: file not in branch error msg: fatal: Path /full/path/file not in branch fast-import: dumping crash report to path/fast_import_crash_# bzr: broken pipe
#!/bin/bash
# Once you've confirmed the bug, switch to the fixed version do the following:
cd ~/.bazaar/plugins
# Instead of removing it, you can also just move it somewhere not visible to bzr.
rm -rf fastimport
bzr branch lp:~lyda.google/bzr-fastimport/mysql-export-fix fastimport
# try again
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment