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

Bug in authentication when working with "needs-lock"

From: Froenchenko Leonid <gregor66_at_mail.ru>
Date: 2006-11-22 12:33:19 CET

When performing commit against svnserve for file which being locked (and
have svn:needs-lock), and user have write access only to affected
directory (not repository root), commit is failed with:

svn: Commit failed (details follow):
svn: Authorization failed

If lock removed before commit, everithing is fine.

Setup:
authz:

[groups]
g0=yosi
g1=moshe

[/]
*=r

[/trunk/dir0]
@g0=rw

[/trunk/dir1]
@g1=rw

When user "yosi" commits in dir0, error is happen.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Nov 26 15:30:33 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.