Lukas Renggli wrote:
Is there a way to mirror the squeaksource repository? Or any squeaksource
server?

Also this is not related to the issues discussed here
(squeaksource.com is running), it can be easily done using wget or a
similar tool. For example to mirror the Seaside 2.9 repository:

    wget --recursive --no-parent --accept mcz
"http://www.squeaksource.com/Seaside29/";

Yes, but mirroring/backing up a complete server (meaning all the package files) needs to iterate over all the repositories.

wget --recursive --no-parent --accept mcz "http://www.squeaksource.com";
or
wget --recursive --no-parent  "http://www.squeaksource.com";
or
wget --recursive  "http://www.squeaksource.com";

won't do...

Michael

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to