SVN error“access to '/svn/myservice/!svn/act/d99e498e-9a8d-374c-a3e4-fde21198bfa2' forbidden”

后端 未结 9 1562
情话喂你
情话喂你 2020-12-02 20:52

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

9条回答
  •  温柔的废话
    2020-12-02 21:16

    Try to commit with user name:

    svn commit --username your_user_name
    

    Or with repo url:

    svn commit --username your_user_name https://your_repo_url
    

提交回复
热议问题