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

Re: Problem wirh "svn copy". (Trying to access the root of the repository?)

From: Matthew Richardson <M.Richardson_at_ed.ac.uk>
Date: Fri, 16 Jan 2009 10:56:54 +0000

Dipukumar M wrote:
> But because of the company policies, I can't provide access to the
> root repository to an offshore user.
> Interestingly, I have not faced this issue with Subversion 1.4.4 and
> an upgrade of my repository to Subversion 1.5.2 introduced this issue.
> So why is it that the copy does a PROPFIND on the root of the repo?
> Any suggestions on a solution?
No idea if this will work, but try wrapping the 'require valid-user'
with a LimitExcept, excluding PROPFIND:

<LimitExcept PROPFIND>
    Require valid-user
</LimitExcept>

You might need to do the same for other actions, such as OPTIONS or REPORT.

Matthew

-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.
Received on 2009-01-16 11:58:12 CET

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.