用cornerStone的時候提交是報錯 403
Description : You are not authorized to access the files in the repository.
Suggestion : You might be required to provide a user name and password when prompted before being allowed to access the repository.
Technical Information
=====================
Error : V4AuthorizationError
Exception : ZSVNAuthorizationException
Causal Information
==================
Description : Commit failed (details follow):
Status : 175013
Description : POST of '/svn/${project}/!svn/me': 403 Forbidden (http://svnhz.company.net)
Status : 175013
先考慮是不是權限到期,確認權限沒有問題之后考慮是svn的問題,在網上查了下,需要relocate。
首先到svn項目根目錄下
svn info
查看當前目錄的svn地址 url,確認沒有問題。
之后命令
svn switch --relocate url url
搞定。