The repo in on a Unix box located at  svnrepo/sandbox accessing via tortoise on 
a
windows machine with the latest releases. When I try to do a commit as user
dev1, psswd dev1, I get the following error:

 

Command: Commit 

Error: Commit failed (details follow):  

Error: Authorization failed 


Finished!:   

 

I am not sure what is wrong. I did some searching on the web
and can’t find anything wrong with what I am doing. Here is what I have in the
pertinent files.

 

passwd file:

dev1 = dev1

dev2 = dev2

dev3 = dev3

 

authz file:

[aliases]

 

[groups]

deva = dev1, dev2

devb = dev3

 

[svnrepo/sandbox:/]

deva = rw

devb = r

 

svnserve.conf file:

[general]

anon-access=none

auth-access=write

 

password-db=passwd

 

authz-db=authz

 

 




      

Reply via email to