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

Re: HTTP proxy problems since 1.6

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 23 Apr 2009 17:43:49 +0200

webpost_at_tigris.org wrote:
>> Try adding the line
>> http-library = serf
>
> Unfortunately, that doesn't work. When I add the line, I get the error message "Error running context: Internal error" in TortoiseSVN as well as in the command line client.

Seems the NTLM auth is the problem (the svn client AFAIK doesn't have
NTLM/SSPI enabled).

Try changing the line
http-auth-types = basic;digest;negotiate
in the servers file to
http-auth-types = basic;digest

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=1879437
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2009-04-23 17:44:12 CEST

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.