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

Re: 1.7.x upgrade problem on XP SP3

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 7 Dec 2011 14:09:47 +0100

On Wed, Dec 7, 2011 at 02:18, <Roy.Deng_at_csiro.au> wrote:
>
> Hi
>
> Recently I have tried many times to upgrade TortoiseSVN from 1.6.16 to 1.7.x ( tried all version from 1.7.0 to 1.7.2), but none of the was successful on this XP SP3 32 bits desktop. For other 3 machines, one with XP SP3 32 bit laptop and two with Win7 64bit, the installation are working fine.
>
>
> The main issue here is the SVN can't  connect to our repository server, but I can browse this server via folder explorer and also no problems with other machines and old version. The error messages shown like following when do updating:
>
> "unable to connect to repository at URL 'xxx'
> OPTIONS of 'xxx' : Could not resolve hostname 'xxxx':
> Either the application has not called WSAStartup, or WSAStartup failed"
>
> I'd very appreciate your helps to solve this issue, because I have network svn folders and all other 3 machines have been upgraded to 1.7.2 and this machine must be upgraded, too.
>

That's a problem with your network setup. My best guess: your registry
is either corrupted or otherwise messed up, or some nice "tuning" tool
you tried out broke your Winsock settings so that it doesn't work
properly anymore.
Search the web for "WSANOTINITIALISED", that's the error code for your
error message.
(note: TSVN is calling WSAStartup() just fine - the only reason you
can get that error message is if the call to WSAStartup() failed)

Stefan

--
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2891250
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-12-07 14:10:16 CET

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

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