In a new project, attempts to access our Subversion server using SvnKit fails with an E170001 error. But, only on one Windows 7 workstation. After a lot of searching on web for answers finally found something that helped. I had to add system property: svnkit.http.methods=Basic,Digest,Negotiate,NTLM So, using SvnCli, which I used to debug this, you […]