I have a svn server running VisualSVN. When I try to access the repository from TortoiseSVN over https I get an error: "Could not read chunk size: Secure connection truncated". Any operation takes a long time and results in the above error.
If I try the same from a web browser with the same URL I have absolutely no problem and I can browse the whole repository.
Does anyone know what the problem might be?
Thanks
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2621932
To unsubscribe from this discussion, e-mail: [users-un...@tortoisesvn.tigris.org].
Browsing with a webbrowser doesn't access the repository with the DAV
protocol. The server simply sends a plain html page, not what an svn
client receives.
Since only DAV has problems: get rid of your virus scanner and/or
firewall. Seems that piece of expensive crap can't deal with DAV and
thinks it's dangerous and removes data (that's why you get "truncated":
the crappy app removes what it thinks is dangerous).
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=2622077
I wrote some instructions on how to do this with Visual SVN server on my blog:
http://adventuresindotnet.blogspot.com/2010/09/svn-trouble.html
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2672588