>>>>> "stefan" == Stefan Reichör <[EMAIL PROTECTED]> writes:

    stefan> Matthieu Moy <[EMAIL PROTECTED]> writes:
    >> Vincent Ladeuil <[EMAIL PROTECTED]> writes:
    >> 
    >>> The bundle contains a public branch url(as in both the sender and
    >>> the receiver of the bundle have access to)
    >> 
    >> Oups, I guess you're right. I didn't look at bzr's bundle for quite
    >> some time, sorry for the mis-explanation then.

No, thanks to you. I didn't explain things clearly enough.

    stefan> The missing piece for me was the public branch
    stefan> url. Because without it, I thought the bundle
    stefan> can/must contain the whole repository.

    stefan> With the public branch url it is possible to
    stefan> reconstruct the whole branch.

    stefan> As I have said, I am interested in implementing
    stefan> support for the proposed workflow. But I cannot
    stefan> promise a date when it will be ready, as I am rather
    stefan> busy at the moment. But I think I can do it in the
    stefan> next one or two weeks.

Fair enough.

    stefan> * First I will implement support for "bzr send" to
    stefan> create a bundle from DVC.

I think there is some overlap between what bzr send can handle
and what is already handled by DVC... so read 'bzr help send'
carefully :)

    stefan> * The next thing is support to apply such a bundle
    stefan>   - either via merge

In that case the needed command is:
cd <branch>
bzr merge <bundle>

    stefan>   - or as a standalone branch in a specific location

Either by:

  bzr init <branch> ; cd <branch> ; bzr pull <bundle>

to create the branch or, if it exists:

  cd <branch> ; bzr pull --overwrite <bundle>


>From there, I'd hope to be able to do some "Monkey see, monkey
do" :D

  Vincent

Off-topic: If dvc-diff could accept arguments when prefixed (C-u)
I'd be so delighted :) While I use 'dvc-diff' quite heavily, I
resort to:

 M-x shell-command-on-region <RET> bzr diff -rsubmit: <RET> M-x diff-mode

far too often and this is really the most missed command in DVC
for my workflow.

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

Reply via email to