[PLUGIN] Updated 'bzr-rsync'

Matthieu Moy Matthieu.Moy at imag.fr
Sun Aug 6 14:12:30 BST 2006


William Dode <wilk-ml at flibuste.net> writes:

> On 06-08-2006, Matthieu Moy wrote:
>> William Dode <wilk-ml at flibuste.net> writes:
>>
>>> If the target tree is not updated i would like to know it when i push
>>> by a message...
>>
>> Isn't it already the case?
>
> No
>
> wilk at domino:/tmp/toto$ bzr push sftp://localhost//tmp/remote
                                                   ^
fyi, simple slash with newer bzr.

> 4 revision(s) pushed.
> wilk at domino:/tmp/toto$ ls /tmp/remote
> wilk at domino:/tmp/toto$ bzr push /tmp/local
> 4 revision(s) pushed.
> wilk at domino:/tmp/toto$ ls /tmp/local 
> tata

That's a different problem.

bzr doesn't warn you when it does not /create/ a working tree. It does
warn you when it does not /update/ the tree:

$ bzr push sftp://localhost/tmp/bar            
This transport does not update the working tree of: sftp://localhost/tmp/bar/
0 revision(s) pushed.
$ 

I believe it's reasonable.

-- 
Matthieu




More information about the bazaar mailing list