On Tue, Dec 04, 2012 at 10:06:58PM +0000, Garth N. Wells wrote: > On Tue, Dec 4, 2012 at 2:39 PM, Anders Logg <[email protected]> wrote: > > Garth, could you live with setting the append_revisions_only flag? > > At least for now. > > > > Yes, if someone can tell me how to get a clean branch without pulling > 100MB over the Internet.
This should work: Do this once: bzr init-repo dolfin Then enter that directory and branch at least one of your branches into that directory. This works automatically if you use that directory for normal development work (in branches/subdirectories). Then all you need to do is bzr branch lp:dolfin clean It takes 5.5 seconds for me on a moderately slow connection (5Mbit). -- Anders _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : [email protected] Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp

