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

Re: Should 'svn info URL' show the owner of the lock?

From: Jani Averbach <jaa_at_jaa.iki.fi>
Date: 2005-04-27 22:00:38 CEST

On 2005-04-27 10:49-0600, Jani Averbach wrote:
> mod_dav config:
> <Location /xxxx>
> DAV svn
> SVNParentPath /xxxx/yyyy/zzzz
>
> AuthzSVNAccessFile /svn_access.ini
>
> AuthType Basic
> AuthName "SVN public area"
> AuthUserFile /..../svn_users.htpasswd
>
> <LimitExcept PROPFIND GET OPTIONS REPORT>
> Require valid-user
> </LimitExcept>
> </Location>

The repository isn't showing the owner of the lock because I have
non-auth setup for read-only operations. If I remove that
<LimitExcept> block, then 'svn info http://...' shows the owner.

BR, Jani

-- 
Jani Averbach 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 27 22:15:06 2005

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.