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

Re: I can NOT update code by "svn update"

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: Wed, 8 Jul 2009 10:15:20 +0200

CC'ing OP because the list seems to reject my mail...

On Saturday 04 July 2009, Liu ChuanRen wrote:
> I am using debian(testing) and subversion(version 1.6.1 (r37116)).
>
> when I tried to update my code by "svn update", I got
> svn: OPTIONS of
> 'https://project.googlecode.com/svn/trunk<https://global.googlecode.com/svn
>/trunk>': could not
> connect to server
> (https://project.googlecode.com<https://global.googlecode.com/>
> )
> But I could visit
> https://project.googlecode.com/svn/trunk<https://global.googlecode.com/svn/
>trunk>successfully with browser(firefox).
> "svn commit" got a similar error.
> Any idea?

Try running "svn ls ..." as "strace svn ls ...". If you find a line
connect(...) = EINVAL, then it is a problem with libneon in testing being
broken, it assumes Linux 2.6.28 or something like that.

Edit your .subversion/servers, in the [global] section, change "http-library"
from "neon" (the default) to "serf" and it should work.

Note: I'm not sure about the actual numbers and names (like http-library), but
you should be able to figure that out.

> BTW, there are no problems when I update code hosted by another server
> (not googlecode).

It should depend on the access method (svn/http/https/svn+ssh).

Uli

-- 
ML: http://subversion.tigris.org/mailing-list-guidelines.html
FAQ: http://subversion.tigris.org/faq.html
Docs: http://svnbook.red-bean.com/
Sator Laser GmbH
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
Sator 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.satorlaser.de/>
**************************************************************************************
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. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
Received on 2009-07-08 23:22:29 CEST

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.