Re: sourceforge miseries
Bruno Haible <[email protected]> Mon, 09 Apr 2018 12:55:49 +0200
| Newsgroups | gmane.lisp.clisp.devel |
|---|---|
| Message-ID | <2242999.DtXLcLmnQ9@omega> |
I wrote: > And I can't get a shell to sourceforge, to execute the "hg recover" command: > > $ ssh -t [email protected] 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 [email protected] 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/ ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ clisp-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/clisp-devel