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

Re: Cannot commit, OPTIONS error

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Fri, 18 Apr 2008 21:46:54 +0200

Felipe Monteiro de Carvalho wrote:
> On Thu, Apr 17, 2008 at 12:24 PM, Stefan Küng <tortoisesvn_at_gmail.com> wrote:
>> The only thing that's different for a linux client and a windows one is the
>> authentication that can be used: a windows svn client also tries
>> authenticating with sspi, and some routers/proxies 'know' that protocol. If
>> your windows machine is part of a windows domain, try detaching from that
>> domain and then try again. If that doesn't work, try an 1.5 svn client
>> (e.g., TSVN-1.5-beta1) and deactivate the sspi authentication in the
>> Subversion servers config file.
>
> Hello,
>
> I don't know how to detach from a windows domain, if I am part of one
> at all, so I installed TortoiseSVN 1.5-beta1
>
> Now even update fails:
>
> Error: PROPFIND of '/svn/lazarus/trunk': 200 OK (http://svn.freepascal.org)
>
> I found and read the servers configuration file, but I see no field
> there to disable sspi. I googled, read the .chm help file and the
> subversion faq, but nothing helped much.
>
> How can I disable sspi in the servers configuration file?

In the servers file, uncomment the line:
[global]
http-auth-types = basic;digest

(remove the 'negotiate' part of the example line when you remove the
comment char)

In case you don't see that line, delete the servers file (if you don't
have any custom settings made in there), then start TSVN (e.g., the
settings dialog). That will create the file again with all the new
options listed.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net

Received on 2008-04-18 21:47:08 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.