[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: E175002 error checking out from svgweb

From: Ulrich Eckhardt <ulrich.eckhardt_at_dominolaser.com>
Date: Thu, 03 Nov 2011 14:58:44 +0100

Am 03.11.2011 14:43, schrieb ross:
> I'm trying to checkout the svgweb source and using the documented svn
> command (slik windows 32 or 64 bit version):
>
> svn checkout http://svgweb.googlecode.com/svn/trunk/ svgweb-read-only

Try this:

    svn ls http://svgweb.googlecode.com/svn/trunk/

This should just list the content of the repository there, to see to
what extent the connection works or not. This works fine from here,
using CollabNet's 1.6.5 commandline client on MS Windows XP. What are
your system settings?

> This results in:
>
> svn: E175002: Unable to connect to a repository at URL 'http://
> svgweb.googlecode.com/svn/trunk'
> svn: E175002: OPTIONS of 'http://svgweb.googlecode.com/svn/trunk':
> could not connect to server (http://svgweb.googlecode.com)
>
> I can enter the url in the browser and it connects fine.

SVN uses a few HTTP commands that not every web proxy and/or firewall
understands, which can lead to errors. There is one thing that might fix
this for you, and that is to use HTTPS instead of HTTP, because then the
connection is encrypted and any proxy/firewall in between can't mess
with the content. I checked, and the server provides HTTPS access,
although that is not necessarily always the case.

Good luck!

Uli

**************************************************************************************
Domino Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
Visit our website at http://www.dominolaser.com
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Domino Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
Received on 2011-11-03 14:59:19 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.