I am trying to branch the emacs trunk:
$ mkdir emacs
$ bzr init-repo emacs
Shared repository with trees (format: 2a)
Location:
shared repository: emacs
$ bzr branch bzr://bzr.savannah.gnu.org/emacs/trunk trunk
Killed39KB 2666KB/s | Fetching revisions:Inserting stream
After launching the bzr branch
command, the download begins, after a while it is killed and the trunk directory is empty. Relaunching the same command does not help, it seems it is not able to recover for intermediate states. As a consequence I must remove the directory and re-start from scratch which does not help in making the branching go further.
Possible issue: my internet connection is not great but it does seems to be the cause. I tried from various location, as well as from a remote hosted VPS: same behavior!
I may try multiple time in a row (removing the folder), it is impossible for it to complete.
How does people branch the emacs trunk repository? Is that a tool(bzr
) or repository server issue? Do you think it is anyway related to my setup? Bad command?