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

Re: 207 Multi-Status Error

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-08-30 03:00:18 CEST

On Aug 27, 2007, at 21:20, McGrath, Adam J wrote:

> Have any of you seen this error before.
>
>
>
> I can browse the repository from a Web Browser but both svn ls and
> TortoiseSVN browser file with the following error
>
> svn: PROPFIND request failed on '/deg/pve/pve/itp/!svn/bc/8019/
> branches/Nehalem2/eval/ITP/iA32/Regress'
>
> svn: PROPFIND of '/deg/pve/pve/itp/!svn/bc/8019/branches/Nehalem2/
> eval/ITP/iA32/Regress': 207 Multi-Status (https://
> subversion.jf.intel.com)

I found this problem reported in an old mail on the mailing list. In
that case, the problem was that output compression had been enabled
globally using

   LoadModule deflate_module modules/mod_deflate.so

   <Location />
     AddOutputFilterByType DEFLATE text/html
   </Location>

See

   http://svn.haxx.se/users/archive-2004-01/0980.shtml

Check your main Apache configuration file and see if you have
something like that in there, and if so, try turning it off. If that
fixes the problem, reconfigure so this compression is not used for
the repository URLs.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Aug 30 02:58:57 2007

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.