Converting subtree format to non-subtree format

John Arbash Meinel john at arbash-meinel.com
Thu Sep 30 07:07:22 BST 2010


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


...

> 
> I was hoping for something like SVNs
> "svnadmin dump" text format. I dont know if it
> could be possible to use some rebase/merge stuff
> to do this step by step with automated script
> by recreating it on another repository but skip
> the very old revisions that relate to subtrees.
> 
> I know this is my own fault being so stupid
> to test experimental features long time ago
> and not understand that these tests might
> affect long time in the future too.
> 
> 

Grab the 'bzr-fastimport' plugin, and then you can do:

  bzr fast-export foo.fi

bzr init-repo --2a target
cd target
bzr fast-import ../foo.fi

Which should preserve the general contents, etc.

John
=:->
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkykKRoACgkQJdeBCYSNAAOUVQCfe7yv5xpUdr9v8eBc0mpzIOUD
FRoAn30dCOWBYjMWJeYBwsZDxyzSS6Zz
=eJw/
-----END PGP SIGNATURE-----



More information about the bazaar mailing list