SVN error”access to ‘/svn/theservice/!svn/act/d99e498e-9a8d-374c-a3e4-fde21198bfa2’ forbidden”

svntortoisesvn

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-374c-a3e4-fde21198bfa2'
forbidden

I'm using Windows 7 64bit.

Best Answer

This happens when you check out a repository and the casing in the repository path that you typed does not match the actual repository path. When the casing does not match you're able to check out the repo but you get that error when you commit.

However, it can also occur when the name of your SVN account is entered with the wrong capitalization when making the commit (e.g., "Username: Joe" instead of "Username: joe").