當提交文件到SVN服務器的時候,提示
RA layer request failed
svn: Commit failed (details follow):
svn: Server sent unexpected return value (403 Forbidden) in response to CHECKOUT request for ‘具體xx文件’
的解決方法:
刪除svn登陸信息!
win xp:
刪除C:\Documents and Settings\用戶名\Application Data\Subversion\auth下的文件。
win 7:
刪除C:\Users\
用戶名
\AppData\Roaming\Subversion\auth下的文件。
產生緣由:因爲svn地址變動,或用戶名密碼變動,svn插件用原來默認的用戶信息鏈接錯誤。