Recommended books

Solution for "svn: Server sent unexpected return value (403 Forbidden) in response to MKACTIVITY"

Shell Script (Bash) posted 7 months ago by christian

Problem:

   1  $ svn commit -m 'xxx'
   2  svn: Commit failed (details follow):
   3  svn: Server sent unexpected return value (403 Forbidden) in response to MKACTIVITY request for '/svn/xxx

The solution is to specify the username:

   1  $ svn commit -m 'xxx' --username <login>

Tagged svn, problem, fix