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

RE: RE: REQUIRED root access

From: <Leszek.Wlodarski_at_brebank.pl>
Date: 2006-02-06 08:57:15 CET

Branko Èibej wrote:
>Leszek.Wlodarski@brebank.pl wrote:
>>
>> Hello,
>>
>> Why is it neccessary to have root access to finish commit command ?
>>
>It isn't.
>
>-- Brane

And what about the lines from libsvn_repos\commit.c (lines 209)

  /* Check read access to root */
  SVN_ERR(check_authz (eb, "/", eb->txn_root, svn_authz_read, pool));

After adding

[/]
* = r

Or
[/]

user = r

It works, I can perform commit operation, without this - I have "Access denied" message,

I suppose my version of SVN is 1.3.0

Regards

   Leszek Wlodarski

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 6 08:57:36 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.