[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 18:49:53 CEST

On 2005-04-27 01:08-0500, Ben Collins-Sussman wrote:
>
> I can't reproduce this. Do you have a recipe? Does it just "always"
> happen for you, in every conceivable situation?

Yes, here are in more details what I have done:

<setup repository or use existing one>
cd working_directory
svn lock file.txt

svn info file.txt
=> Owner is there

svn info svn://.../repo/file.txt
=> Owner is there

svn info https://..../repo/file.txt
svn info http://..../repo/file.txt
=> These don't list owner

I have tested the above with two pre 1.2 repository and with one 1.2.x
repository. Same thing every time.

The server and client are 1.2.x @ 14446.

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>

Any ideas where to look next?

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 19:26:27 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.