[gambit-list] Termite Scheme svn problem
Adam Jensen
hanzer at riseup.net
Mon Jul 27 13:11:30 EDT 2015
Hi,
I thought I would have a look at [Termite Scheme](https://code.google.com/p/termite/). Unfortunately, the repo is inaccessible [for me]. Has anyone seen this (below) before and/or have any idea what the problem [and solution] might be?
Thanks!
---------------------
hanzer at helix:~/build/gambit/lib$ uname -a
Linux helix 3.19.0-23-generic #24-Ubuntu SMP Tue Jul 7 18:52:29 UTC 2015 i686 i686 i686 GNU/Linux
hanzer at helix:~/build/gambit/lib$ svn --version
svn, version 1.8.10 (r1615264)
compiled Jan 4 2015, 21:55:10 on i686-pc-linux-gnu
Copyright (C) 2014 The Apache Software Foundation.
This software consists of contributions made by many people;
see the NOTICE file for more information.
Subversion is open source software, see http://subversion.apache.org/
The following repository access (RA) modules are available:
* ra_svn : Module for accessing a repository using the svn network protocol.
- with Cyrus SASL authentication
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
- using serf 1.3.8
- handles 'http' scheme
- handles 'https' scheme
hanzer at helix:~/build/gambit/lib$ time svn checkout http://termite.googlecode.com/svn/trunk/ termite
svn: E175002: Unable to connect to a repository at URL 'http://termite.googlecode.com/svn/trunk'
svn: E175002: OPTIONS request on '/svn/trunk' failed: 408 Request Time-out
real 5m0.533s
user 0m0.076s
sys 0m0.012s
---------------------
hanzer[/home/hanzer/build/gambit/lib]$ uname -a
OpenBSD lucidrine.bohemia.net 5.7 LUCIDRINE#0 i386
hanzer[/home/hanzer/build/gambit/lib]$ svn --version
svn, version 1.8.11 (r1643975)
compiled Mar 7 2015, 00:47:44 on i386-unknown-openbsd5.7
Copyright (C) 2014 The Apache Software Foundation.
This software consists of contributions made by many people;
see the NOTICE file for more information.
Subversion is open source software, see http://subversion.apache.org/
The following repository access (RA) modules are available:
* ra_svn : Module for accessing a repository using the svn network protocol.
- with Cyrus SASL authentication
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
* ra_serf : Module for accessing a repository via WebDAV protocol using serf.
- using serf 1.3.8
- handles 'http' scheme
- handles 'https' scheme
hanzer[/home/hanzer/build/gambit/lib]$ time svn checkout http://termite.googlecode.com/svn/trunk/ termite
svn: E175002: Unable to connect to a repository at URL 'http://termite.googlecode.com/svn/trunk'
svn: E175002: OPTIONS request on '/svn/trunk' failed: 408 Request Time-out
5m0.30s real 0m0.02s user 0m0.04s system
---------------------
More information about the Gambit-list
mailing list