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

Re: svn stability problems

From: <blair_at_orcaware.com>
Date: 2003-01-22 18:11:38 CET

Michael Wood wrote:
 
 On Tue, Jan 21, 2003 at 01:42:24PM -0800, Blair Zajac wrote:
 [snip]
  # Subversion server using XML format.
  Location /repos-xml
      DAV svn
      SVNPath /export/home2/svn-ow/repos
      SVNReposName OrcaWare
      SVNIndexXSLT http://svn.orcaware.com/svnindex.xsl
 
      SetOutputFilter DEFLATE
 
      AuthType Basic
      AuthName Subversion repository
      AuthUserFile /export/home2/svn-ow/passwd
      AuthGroupFile /export/home2/svn-ow/groups
 
      # Do not do commits against the XML URL. Use the HTML one
      # instead.
      LimitExcept GET OPTIONS PROPFIND REPORT
 
 Shouldn't LimitExcept GET be sufficient for the XML stuff?

I think have them there to allow a svn client to connect to
the repository at the XML URL. In any case, all these are
read-only HTTP methods and shouldn't cause a problem.

Best,
Blair

-- 
Blair Zajac blair@orcaware.com
Plots of your system's performance - http://www.orcaware.com/orca/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:06:21 2006

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

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