[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: what causes "File exists: file not found"?

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-09-04 22:49:51 CEST

On Tue, Sep 03, 2002 at 10:23:35AM -0500, Ben Collins-Sussman wrote:
>...
> Is there any way to make mod_dav_svn recognize the difference between
> an *unexpected* failure to find a resource, vs. an unimportant
> existence check?

Not really, no. You asked for a resource, and it wasn't there. Simple as
that, so it logs the error.

That said, you could add a header like 'X-SVN-Existence-Probe: yes' into the
stream, have mod_dav_svn recognize that, and avoid logging most of the
errors. However, Apache itself is still going to log the 404.

[ hmm. maybe not... we could always get mod_dav to generate an error
  response, which would include/exclude logging, but I'd rather not ]

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 4 22:50:52 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.