> -----Original Message----- > From: Carl Brewer [mailto:c...@aboc.com.au] > Sent: woensdag 23 april 2014 06:57 > To: users@subversion.apache.org > Subject: TortoiseSVN, OPTIONS request on 'foo' failed: 501 Not Implemented > > > G'day, > I have a SVN repository that runs through apache (2.4), that works fine > 99% of the time, but I am seeing the error > > OPTIONS request on '/svn/hcc_wko' failed: 501 Not Implemented > > only on one windows 7 64 bit PC. This happens if I try to checkout, or > if I grab a copy of a working checkout from another win7 64 bit PC and > then try an update. Tortoise is the latest version. SVN is 1.8.8 on a > NetBSD server running amd64 from NetBSD's pkgsrc. > > The server logs show : > > 161.43.212.211 - - [23/Apr/2014:14:55:22 +1000] "OPTIONS /svn/hcc_wko > HTTP/1.1" 401 381 > 161.43.212.211 - glenn [23/Apr/2014:14:55:41 +1000] "OPTIONS > /svn/hcc_wko HTTP/1.1" 200 191 > 161.43.212.211 - - [23/Apr/2014:14:55:42 +1000] "OPTIONS /svn/hcc_wko > HTTP/1.1" 401 381 > 161.43.212.211 - glenn [23/Apr/2014:14:55:42 +1000] "OPTIONS > /svn/hcc_wko HTTP/1.1" 200 191 > 161.43.212.211 - - [23/Apr/2014:14:55:43 +1000] "OPTIONS /svn/hcc_wko > HTTP/1.1" 401 381 > 161.43.212.211 - glenn [23/Apr/2014:14:55:44 +1000] "OPTIONS > /svn/hcc_wko HTTP/1.1" 200 191 >
The server didn't sent the error 501 if this is really all the log output there is. > > Any hints? So I would recommend checking for proxy servers, firewalls and/or virus scanners that change the behavior of web requests. Bert > > Carl