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

后端 未结 9 1561
情话喂你
情话喂你 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:21

    In some case, the error "access to '/svn/myservice/!svn/act/d99e498e-9a8d-374c-a3e4-fde21198bfa2' forbidden"

    should be caused by the letter case of url, for example, as the following Repo directory: E:\SVNRepo\MyService

    if you get the SVN with url: http://..../svn/myservice , you can checkout/update, but the commit should cause the "forbidden" error.

    Relocate local work folder to "http://..../svn/MyService" , every thing should be OK.

提交回复
热议问题