You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Robert Krugmann <Ro...@infoteam.de> on 2004/07/12 14:03:08 UTC

Errors with Standard and privileged users

Hi all,

on my repository (running on a Debian system with apache2) I have set up
different user groups:

public			read on all
developers		read on all and read-write on trunk
tagsmanagers		read on all and read-write on trunk, tags, branches
admins			read-write on all

tagsmanagers and admins are also developers in person having different
accounts. Usually developers
store their accounts and passwords in tortoiseSVN for convenience. If a
developer needs to do a transaction
requiring privileged access, there is a prompt for username and password.
But after the requested data was
entered, the follwing errors occur:

mkdir-command:
/svn/myrepos/!svn/wrk/6741ffaa-0cc7-2344-8589-ae40764870fc/tags/TestFolder:
501 Method Not Implemented (https://myserver.de)

copy-command:
svn: PROPFIND request failed on '/svn/myrepos'
svn: PROPFIND of '/svn/myrepos': authorization failed (https://myserver.de)

If standard-accounts are not stored everything works well. Can anybody
advise me, what to do. I do not like to give up the groups
mentioned above and I can not force developers not to store their
standard-accounts and passwords.

With regards
Robert








---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org