C. Michael Pilato <cmpil...@collab.net> писал в своём письме Fri, 05 Feb
2010 19:33:09 +0300:
Bert Huijben wrote:
Can you make opening an ra session (like this):
$ svn export http://svn.collab.net/repos/svn/trunk/COMMITTERS
svn: OPTIONS of 'http://svn.collab.net/repos/svn/trunk/COMMITTERS': 200
OK (http://svn.collab.net)
return some other output?
Presumably, it should be possible to reroute the OPTIONS request to a
cgi script that returns a different error?
I honestly don't know how to do what you're asking. CGI scripts only run
(as far as I know) when a GET or POST request comes in.
I just now added to the configury on svn.collab.net logic to bounce every
non-GET request aimed at that old repository URL as a 403 Access Denied.
Should've used 410 Gone. 8=]
Roman.