Dave, Is Squeak SVN server down? I have been getting the following errors for quite some time now. ---- Updating 'platforms': svn: E170013: Unable to connect to a repository at URL 'http://squeakvm.org/svn/squeak/trunk/platforms' svn: E175002: Unexpected HTTP status 408 'Request Timeout' on '/svn/squeak/trunk/platforms' ---- BTW, is it possible to keep oldTrunk branch in opensmalltalk-vm in sync with the platforms part of this SVN repo. It would help keep the load on the SVN server down and serve as a fallback. The SVN does carry lot of outdated code in under src at the top and in under every platform :-(. Regards .. Subbu |
Hi Subbu On Wed, May 06, 2020 at 07:12:17PM +0530, K K Subbu wrote: > > Dave, > > Is Squeak SVN server down? I have been getting the following errors for > quite some time now. > ---- > Updating 'platforms': > svn: E170013: Unable to connect to a repository at URL > 'http://squeakvm.org/svn/squeak/trunk/platforms' > svn: E175002: Unexpected HTTP status 408 'Request Timeout' on > '/svn/squeak/trunk/platforms' > ---- It seems to be working for me: lewis@lewis-Gazelle-Pro:~/squeak/SVN/platforms$ svn info Path: . Working Copy Root Path: /home/lewis/squeak/SVN/platforms URL: http://squeakvm.org/svn/squeak/trunk/platforms Relative URL: ^/trunk/platforms Repository Root: http://squeakvm.org/svn/squeak Repository UUID: fa1542d4-bde8-0310-ad64-8ed1123d492a Revision: 3775 Node Kind: directory Schedule: normal Last Changed Author: lewis Last Changed Rev: 3773 Last Changed Date: 2019-09-17 23:41:00 -0400 (Tue, 17 Sep 2019) lewis@lewis-Gazelle-Pro:~/squeak/SVN/platforms$ svn update Updating '.': At revision 3775. lewis@lewis-Gazelle-Pro:~/squeak/SVN/platforms$ > > BTW, is it possible to keep oldTrunk branch in opensmalltalk-vm in sync > with the platforms part of this SVN repo. It would help keep the load on > the SVN server down and serve as a fallback. The SVN does carry lot of > outdated code in under src at the top and in under every platform :-(. > > Regards .. Subbu The oldTrunk branch is many years out of date with respect to SVN trunk. I should mention that I do have a private git copy of the full up-to-date SVN repository. If we were to run into problems with SVN access, that copy could be pushed to GitHub. I've also worked out a way to do the "SCCS version" update for the VM version labeling on git rather than SVN, so that is a solveable problem. But I am not interesting in tending after another git repo as long as SVN remains available on squeakvm.org, so it's private work for now. Dave |
On 06/05/20 8:22 pm, David T. Lewis wrote: > lewis@lewis-Gazelle-Pro:~/squeak/SVN/platforms$ svn update > Updating '.': > At revision 3775. > lewis@lewis-Gazelle-Pro:~/squeak/SVN/platforms$ Looks like the old redirect bug that bit us around the same time last year. $ svn relocate http://180.235.36.229:8088/svn/squeak/trunk/platforms $ svn up Updating '.': At revision 3775. $ svn relocate http://squeakvm.org/svn/squeak/trunk/platforms svn: E170013: Unable to connect to a repository at URL 'http://squeakvm.org/svn/squeak/trunk/platforms' svn: E175002: Unexpected HTTP status 408 'Request Timeout' on '/svn/squeak/trunk/platforms' Regards .. Subbu |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 The subversion checkout works currently (and has always worked) for me . svn co -r 3775 http://squeakvm.org/svn/squeak/trunk/ svn export squeak-4-3775 Then after tar'ing and bzip2'ing the directory, this produces a "tarball" squeak-4-3775.tar.bz2 of svn exported (unversioned) sources. I have been looking on squeakvm.org and files.squeak.org whether there is perhaps a .tar.gz or tar.bz2 file of those "latest" svn sources, but didn't find one. It is nice that they continue to host those old binaries and sources, on squeakvm.org, but if files.squeak.org could provide a tarball of the (unversioned) sources, that would be great. Regards, David Stes -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJes8YEAAoJEAwpOKXMq1MaWJwIAKfJx7wyemMQ0+PnL+lNNTRI PluRwOWHpx/VolkfboYPmEh+86x0DDLusqC58LJSIVOFO0Lpuov7SIuVVi58oPio MK1YRkIG9TEeXwQedtbZ5tV/R2QeBRqw8pcdFbgQVeDPh//caVan5RajhAjy1oeZ tfBHSb/cu/5L7fiXlmSsBZ18NVh3lzyGPKV2DBwQQWLTNqTCIu/LG6ht/YAzOi2H lSlyy1zKt8IYhhvxKRU/mMEKefoP97rkQw1FxG5g+4+jxsI9jJO3hjoDlobTtj88 6lfafBjD9AYf81ByEVEWTJSp0BD/aUWMRLs/ApRRuCmUIVMkfdFbL7bXibhVlmY= =+pBK -----END PGP SIGNATURE----- -- Sent from: http://forum.world.st/Squeak-VM-f104410.html |
On 07/05/20 1:58 pm, stes wrote: > The subversion checkout works currently (and has always worked) for me . > > svn co -r 3775 http://squeakvm.org/svn/squeak/trunk/ > svn export squeak-4-3775 squeakvm.org is a virtual host. It gets redirected to a different server depending on the url/region etc. I see this timeout error when downloading from Bengaluru/India. I faced the error last year too around the same time. The timeout error could be due to latency differences in different regions) introduced by the redirect. The contents of this server are cacheable. That can also lead to different experiences across regions when caching proxies get involved. Regards .. Subbu |
Free forum by Nabble | Edit this page |