How to recreate working tree in a branch that was pushed over sftp?
I push a branch from one machine to another over sftp. Branch was pushed first time (on target machine this branch did not exist before). Because push does not update (and create) working tree I need to recreate it manually. How to do this? You can run ‘bzr checkout .’ to put a working tree there. Then, ‘bzr update’ on the remote host will update an existing working tree.