Joe, I have worked out how to get the mailing list in mbox format if it helps. I have it downloaded to my laptop now.
The trick is to do the following: ssh [email protected] run the rsync command from there. This will copy the mbox into the remote shell directories. You then scp the file from the shell.berios.de to yourself. I hope this helps James jcd@samsung:~/wsjt$ ssh [email protected] [email protected]'s password: BerliOS Shell Server Welcome to your BerliOS account The project directory for html documents can be found at: /home/groups/<projectname>/htdocs or /home/groups/<projectname>/vhost/<vhostname>/htdocs The project directory for ftp downloads can be found at: /home/groups/ftp/pub/<projectname> where <projectname> is the unix name of your project. Have a lot of fun... jcdutton@shell:~/wsjt$ rsync -av lists.berlios.de::wsjt-devel-archive wsjt-devel-archive Welcome to BerliOS Lists rsync server... receiving incremental file list created directory wsjt-devel-archive ./ wsjt-devel.mbox sent 62 bytes received 16015770 bytes 6406332.80 bytes/sec total size is 16013647 speedup is 1.00 jcdutton@shell:~/wsjt$ ls wsjt-devel-archive jcdutton@shell:~/wsjt$ cd wsjt-devel-archive/ jcdutton@shell:~/wsjt/wsjt-devel-archive$ ls wsjt-devel.mbox jcdutton@shell:~/wsjt/wsjt-devel-archive$ ls -l total 1 -rw-rw-r--+ 1 jcdutton jcdutton 16013647 2014-03-26 21:28 wsjt-devel.mbox jcdutton@shell:~/wsjt/wsjt-devel-archive$ ls -FAC wsjt-devel.mbox jcdutton@shell:~/wsjt/wsjt-devel-archive$ exit logout Connection to shell.berlios.de closed. jcd@samsung:~/wsjt$ scp [email protected]:wsjt/wsjt-devel-archive/* . [email protected]'s password: wsjt-devel.mbox 100% 15MB 124.1KB/s 02:06 jcd@samsung:~/wsjt$ On 26 March 2014 21:11, Joe Taylor <[email protected]> wrote: > Hi James, > > On 3/26/2014 5:02 PM, James Courtier-Dutton wrote: > >>> Note that we have *not* managed to move the wsjt-devel archives here, >>> from BerliOS. So the archives will have a clean start at SourceForge. >> >> When you say "not managed", do you mean you have tried and not been able to. > > Yes. If you're interested, see the BerliOS support ticket #103452 at > https://developer.berlios.de/support/?func=detailsupport&group_id=5666&support_id=103452 > >> It might be worth moving to git when moving. > > We discussed this at some length a month or so ago. In the end, we > decided to stay with SVN. > > -- Joe, K1JT > > ------------------------------------------------------------------------------ > _______________________________________________ > wsjt-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wsjt-devel ------------------------------------------------------------------------------ _______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
