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
Any hints?
Carl