[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: Andy Levy <andy.levy_at_gmail.com>
Date: 2006-07-13 18:57:53 CEST

On 7/13/06, Ryan Schmidt <subversion-2006c@ryandesign.com> wrote:
> 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.

Here's my access.log for the same attempts:

127.0.0.1 - - [13/Jul/2006:12:13:58 -0400] "OPTIONS / HTTP/1.1" 200 -
127.0.0.1 - - [13/Jul/2006:12:13:58 -0400] "OPTIONS
/Repos/Test/Playgrounds/Andy/Documents HTTP/1.1" 401 493
127.0.0.1 - - [13/Jul/2006:12:13:58 -0400] "OPTIONS / HTTP/1.1" 200 -
127.0.0.1 - - [13/Jul/2006:12:13:58 -0400] "OPTIONS
/Repos/Test/Playgrounds/Andy/Documents HTTP/1.1" 401 493
127.0.0.1 - - [13/Jul/2006:12:13:58 -0400] "OPTIONS / HTTP/1.1" 200 -
127.0.0.1 - - [13/Jul/2006:12:13:58 -0400] "OPTIONS
/Repos/Test/Playgrounds/Andy/Documents HTTP/1.1" 401 493
127.0.0.1 - - [13/Jul/2006:12:13:58 -0400] "GET /_vti_inf.html HTTP/1.1" 404 303
127.0.0.1 - - [13/Jul/2006:12:13:58 -0400] "POST
/_vti_bin/shtml.exe/_vti_rpc HTTP/1.1" 404 317
127.0.0.1 - - [13/Jul/2006:12:13:58 -0400] "OPTIONS / HTTP/1.1" 200 -
127.0.0.1 - - [13/Jul/2006:12:13:58 -0400] "OPTIONS
/Repos/Test/Playgrounds/Andy/Documents HTTP/1.1" 401 493
127.0.0.1 - - [13/Jul/2006:12:14:06 -0400] "OPTIONS / HTTP/1.1" 200 -
127.0.0.1 - - [13/Jul/2006:12:14:06 -0400] "OPTIONS
/Repos/Test/Playgrounds/Andy/Documents HTTP/1.1" 401 493
127.0.0.1 - - [13/Jul/2006:12:14:06 -0400] "OPTIONS / HTTP/1.1" 200 -
127.0.0.1 - - [13/Jul/2006:12:14:06 -0400] "OPTIONS
/Repos/Test/Playgrounds/Andy/Documents HTTP/1.1" 401 493
127.0.0.1 - - [13/Jul/2006:12:14:06 -0400] "OPTIONS / HTTP/1.1" 200 -
127.0.0.1 - - [13/Jul/2006:12:14:06 -0400] "OPTIONS
/Repos/Test/Playgrounds/Andy/Documents HTTP/1.1" 401 493
127.0.0.1 - - [13/Jul/2006:12:14:06 -0400] "GET /_vti_inf.html HTTP/1.1" 404 303
127.0.0.1 - - [13/Jul/2006:12:14:06 -0400] "POST
/_vti_bin/shtml.exe/_vti_rpc HTTP/1.1" 404 317
127.0.0.1 - - [13/Jul/2006:12:14:06 -0400] "OPTIONS / HTTP/1.1" 200 -
127.0.0.1 - - [13/Jul/2006:12:14:06 -0400] "OPTIONS
/Repos/Test/Playgrounds/Andy/Documents HTTP/1.1" 401 493

---------------------------------------------------------------------
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:59:51 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.