Are you sure that the one sending OPTIONS does not retry with GET later? Because TSVN first tries to do an 'svn list' and only if that fails it uses the URLDownloadToFile <https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/ms775123(v=vs.85)>API to get the web page that's served via SVNParentPath. Because TSVN can't know which is the repo root without trying first. So it always tries the DAV request first and only after that tries the web GET before giving up.
Also, make sure the registry key HKCU\Software\TortoiseSVN\RepoBrowserTrySVNParentPath either does not exist or has a DWORD value of not zero. -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/280d4fe9-6cdd-4dbb-90b0-ddb350a83906n%40googlegroups.com.
