Skip to content

Instantly share code, notes, and snippets.

@rvalyi
Created November 2, 2012 14:27
Show Gist options
  • Save rvalyi/4001686 to your computer and use it in GitHub Desktop.
Save rvalyi/4001686 to your computer and use it in GitHub Desktop.
#after exporting extra-addon full history in 4 minutes into test.fi, I did that:
bzr fast-import-filter -i account_payment_extension/ -i purchase_payment/ -i sale_payment/ -i pxgo_bank_statement_analytic/ -i pxgo_cash_statement/ -i pxgo_bank_statement_running_balance/ -i paydays/ -i nan_account_bank_statement/ test.fi > subfolder.fi
mkdir my_new_branch; cd my_new_branch; bzr init .
bzr fast-import ../subfolder.fi
#TROUBLE:
#Got only account_payment_extension sale_payment with 16 commits which is less than 50% of the commits (from the Ruby/replay script)
@jgrandguillaume
Copy link

I did:

  • create folder test with one file "test.py"
  • Commit
  • create a second folder test2 with tutu.py
  • commit
  • modify both file in both folder
  • commit

Then I use the std procedure with fast-export/import and it works... So I can't explain...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment