1

While trying to commint tortoise SVN gives error "POST of '/svn/xyz/!svn/me': 403 Forbidden"

I am able to perform checkout.

bahrep
  • 29,961
  • 12
  • 103
  • 150
  • Look at: http://stackoverflow.com/questions/17026160/svn-access-to-svn-repo-name-svn-me-forbidden http://stackoverflow.com/questions/16415743/svn-commit-failed-access-forbidden – Anton Malyshev Aug 20 '15 at 04:21
  • Possible duplicate of [SVN Commit failed, access forbidden](https://stackoverflow.com/questions/16415743/svn-commit-failed-access-forbidden) – Philipp Wendler Sep 06 '18 at 14:33

1 Answers1

2

The user account you use to authenticate to Subversion server has Read Only access permission only. Therefore, you can't commit but can do a checkout or update (i.e. read).

bahrep
  • 29,961
  • 12
  • 103
  • 150