You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "McGrath, Adam J" <ad...@intel.com> on 2007/08/28 02:20:03 UTC

207 Multi-Status Error

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)


Here is the location data from the http conf
<Location /deg/pve/pve/ >
   SSLRequireSSL
   Options All Indexes
   Order allow,deny
   Allow from all

   DAV svn
   SVNParentPath /proj/svn/deg/pve/pve
   SVNIndexXSLT "/svnindex.xsl"
   SVNListParentPath on

   AuthzSVNAccessFile /proj/svn/deg/pve/pve/admin/conf/authz
   Require valid-user

   AuthType Basic
   AuthName "SubVersion Repositories"

   AuthBasicProvider ldap
   AuthzLDAPAuthoritative on
   AuthLDAPBindDN "deleted"
   AuthLDAPBindPassword adfadfadfa
   AuthLDAPGroupAttribute member
   AuthLDAPURL ldap://systemname:3268/dc=corp,dc=intel,dc=com?sAMAccountName
</Location>




[cid:image001.gif@01C7E8DF.424508C0]

Adam J McGrath
Intel Corporation<http://www.intel.com>
EC AMR 1 Lab Support Services
JF3-252
Email: adam.j.mcgrath@intel.com<ma...@intel.com>
Phone: (503) 264-8449
Fax:     (503) 264-4230



Re: 207 Multi-Status Error

Posted by Josef Wolf <jw...@raven.inka.de>.
On Wed, Aug 29, 2007 at 08:00:18PM -0500, Ryan Schmidt wrote:
> On Aug 27, 2007, at 21:20, McGrath, Adam J wrote:
> >
> > [reports multi-status problem.
> 
> 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.

Anybody knows the real reason of this problem?  Do we really need to
completely disable compression?  Why does it work for many people, but
don't work for other?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: 207 Multi-Status Error

Posted by Ryan Schmidt <su...@ryandesign.com>.
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