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

Re: tortoisesvn browser vs win repo browser

From: Ryan Schmidt <subversion-2012a_at_ryandesign.com>
Date: Tue, 31 Jan 2012 07:47:23 -0600

On Jan 31, 2012, at 07:40, MM wrote:

> I have a svn server configured with https.
> I managed to browse the repo from a web browser (chrome) where it did ask me
> for auth username and passwd.
> However, using the exact same https://ipaddress as I used in the browser,
> win repo browser of tortoisesvn fails saying "OPTIONS of https://ipaddress
> could not connect to server.
>
> The tortoisesvn repo browser has worked from another IP area.

When you browse a repository in a web browser, only GET requests get sent. But when you use a real Subversion client, like TortoiseSVN, it uses other WebDAV methods, including OPTIONS. What you're seeing could be the result of a proxy that's not configured to pass WebDAV methods. Try disabling the use of the proxy, or if that's not possible, talk to your proxy administrator about supporting WebDAV methods.
Received on 2012-01-31 14:48:02 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.