Created
November 2, 2012 14:27
-
-
Save rvalyi/4001686 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I did:
Then I use the std procedure with fast-export/import and it works... So I can't explain...