← Back to team overview

dolfin team mailing list archive

Re: Pushing removed revisions

 

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 <logg@xxxxxxxxx> 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


Follow ups

References