>>>>> "Matthieu" == Matthieu Moy <[EMAIL PROTECTED]> writes:

<snip/>

    stefan> Or do you have some kind of shared layout?
    >> 
    >> Yes I do have a shared repository at ~/src/bzr/.bzr, so that any
    >> 'bzr init' or 'bzr branch' issued below ~/src/bzr will use it.
    >> 
    >> But this is bzr stuff, the script itself doesn't care, it just
    >> does bzr init and depending on the location it will use a shared
    >> repository or creates a new one inside the branch.

    Matthieu> The reason why this works here is that the base
    Matthieu> revision for the bundle is already in the shared
    Matthieu> repository. So, the repository has the info to go
    Matthieu> from nothing to the base revision, and the bundle
    Matthieu> has what's needed to further.

No. Just try it outside of a shared repository scope to check.

The bundle contains a public branch url(as in both the sender and
the receiver of the bundle have access to) (which may be
different from the target branch but is generally the same) from
which it can get all revisions not included in the bundle.

Of course using a shared repository *avoids* downloading these
revisions from the public branch.

          Vincent

_______________________________________________
Dvc-dev mailing list
[email protected]
https://mail.gna.org/listinfo/dvc-dev

Reply via email to