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

RE: 403 Forbidden errors hitting Win2K Apache Repo

From: Steve Johnson <steve_at_equilibrium.com>
Date: 2005-01-17 06:52:27 CET

Hey Ben,

Thanks much for the reply! Your email did just the trick to point me in
the right direction. It hadn't hit me yet that the access method was
the issue.

Since my problem existed even when I tried to do a checkout via HTTP on
the svn server itself, I knew I had to look at the way Apache was
configured. Sure enough, by explicitly forcing the access permissions
wide open on REPORT, I was able to get a checkout to succeed.

I don't understand why my default setup didn't work. The Subversion
docs for setting up Apache don't mention this. I combed over the Apache
docs and my httpd.conf file, but I see nothing to explain why GET would
be accepted but REPORT rejected if neither of them is ever mentioned
explicitly. Can you offer any enlightenment here?

Thanks again!

Steve

> -----Original Message-----
> From: Ben Collins-Sussman [mailto:sussman@collab.net]
> Sent: Sunday, January 16, 2005 6:24 PM
> To: Steve Johnson
> Cc: users@subversion.tigris.org
> Subject: Re: 403 Forbidden errors hitting Win2K Apache Repo
>
>
> On Jan 15, 2005, at 10:33 AM, Steve Johnson wrote:
> >
> > I can hit the repository just fine from a web browser,
>
> That's clue #1, proving your httpd.conf is correct.
>
>
> >
> >> svn checkout http://mgen2/svn/eng1
> > svn: REPORT request failed on '/svn/eng1/!svn/vcc/default'
> > svn: REPORT of '/svn/eng1/!svn/vcc/default': 403 Forbidden
> > (http://mgen2)
> >
>
> That's clue #2.
>
> These two clues are the "classic symptom" of some sort of web proxy.
> The proxy is most likely blocking all webdav http methods, such as
> REPORT.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jan 17 06:54:44 2005

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.