[updates] 80 new ones for 3.1alpha [FETCH OK NOW]

G.J.Tielemans at dinkel.utwente.nl G.J.Tielemans at dinkel.utwente.nl
Sun Jun 24 18:53:13 UTC 2001


For some time I did parallel upgrades starting from a squeak3.0 and a
Squeak3.1 image. 
They never became the same or even close, I now live with only that 3.1 (Oh
yes: my upload-succes was under Windows98 from that 3.1 image)



-----Original Message-----
From: Dan Ingalls [mailto:Dan at SqueakLand.org]
Sent: zondag 24 juni 2001 17:37
To: John Hinsley
Subject: Re: [updates] 80 new ones for 3.1alpha [FETCH OK NOW]


>Mmmmm. Trying to update from 4081 I get the first 4 or 5 changesets
>without problem, then just the hourglass for approx 5 minutes (at which
>point I recon something's broke and crash myself out of Squeak).
>
>I can't get a squeak from the European server.

Hi, John -

Given that we now have a fair number of successes elsewhere, you probably
are having some sort of network problems.  If you are interested in a
work-around, it is possible to load updates in two stages:  first download
them to your disk by executing...

	Utilities readServerUpdatesThrough: nil
		saveLocally: true
		updateImage: false

and then load them in by executing...

	Utilities applyUpdatesFromDisk

For this to work, all the updates must be in a subdirectory named 'updates'
in your working directory (the first command should do that).

This should at least allow you to separate your file transfer problems from
the process of updating your image.

Another tactic is to execute, eg,

	Utilities readServerUpdatesThrough: 4090
		saveLocally: false
		updateImage: true.

If that completes successfully, then save your image, and execute this again
through 4100, and so on until you have succeeded through the 81 updates.

I think these suggestions must be on some SWIKI help page.
If not they should be.

Good luck with this.

	- Dan
-- 





More information about the Squeak-dev mailing list