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

Re: Help with autoversioning/WebDAV on XP?

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-07-13 18:51:35 CEST

On Jul 13, 2006, at 18:22, Andy Levy wrote:

>> Is there anything interesting in the Apache error log at this point?
>
> Results of 2 attempts:
> [Thu Jul 13 12:13:58 2006] [error] [client 127.0.0.1] File does not
> exist: C:/Program Files/Apache Group/Apache2/htdocs/_vti_inf.html
> [Thu Jul 13 12:13:58 2006] [error] [client 127.0.0.1] File does not
> exist: C:/Program Files/Apache Group/Apache2/htdocs/_vti_bin
> [Thu Jul 13 12:14:06 2006] [error] [client 127.0.0.1] File does not
> exist: C:/Program Files/Apache Group/Apache2/htdocs/_vti_inf.html
> [Thu Jul 13 12:14:06 2006] [error] [client 127.0.0.1] File does not
> exist: C:/Program Files/Apache Group/Apache2/htdocs/_vti_bin
>
> Where do I go about getting the right versions of those files? I
> don't seem to have them anywhere on my system (but still searching).

I wouldn't think those are important. I understand that some silly
component of Microsoft Office requests such files and directories,
which are only available if your server has some kind of Office
integration thing installed. Our servers' logs used to get filled
with that crap until I added this to my conf to make it go away:

RedirectMatch 404 ^/(MSOffice/|_vti_bin/|_vti_inf\.html$)

I'm surprised there aren't any Subversion errors in the log though,
or any errors listing the directory you're trying to access.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 13 18:53:07 2006

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

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