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.


Reply via email to