I cannot commit but I can update.
When I attempt to commit I get the following error:
access to \'/svn/myservice/!svn/act/d99e498e-9a8d-374
Update is a READ / PULL, Commit is a WRITE / PUSH.
I was using Linux with Apache and come to find out it was with the Repo breakdown in file used for the AuthzSVNAccessFile /x/x/x/x/users-access-file
FILE CONTENTS of /x/x/x/x/users-access-file
[groups]
DEV = user1,user2
[/]
* = r
[blah_blah:/]
@DEV = rw
My problem was I 1st had this: [blah_blah], when I changed it to [blah_blah:/]
That fixed MY problem. Simple Typo, causes Huge headaches tracking it down.