From: Bruno H. <br...@cl...> - 2018-04-09 10:56:05
|
I wrote: > And I can't get a shell to sourceforge, to execute the "hg recover" command: > > $ ssh -t ha...@sh... create > > Waiting for your shell to start. > queued... > The shell did not start -- aborting. > > Connection to shell.sourceforge.net closed. The documented way to get a backup [1] failed: $ rsync -av hg.code.sf.net::p/clisp/clisp . receiving incremental file list rsync: connection unexpectedly closed (8 bytes received so far) [Receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(226) [Receiver=3.1.1] But I could get a backup this way: $ ssh ha...@sh... tar -C /home/hg/p/clisp -cf - clisp > clisp-hg.tar With this, I'm ready to move the repository. Bruno [1] https://sourceforge.net/p/forge/documentation/Mercurial/ |