1
2
3
4
5
6
7
8
9
10
11
12
|
用eclipse 同步SVN服务器突然无法访问了:
org.tigris.subversion.javahl.ClientException: RA layer request failed
svn: Server sent unexpected
return
value (
403
Forbidden)
in
response to OPTIONS request
for
'https://source.nexaweb.com/protected'
org.tigris.subversion.javahl.ClientException: RA layer request failed
svn: Server sent unexpected
return
value (
403
Forbidden)
in
response to OPTIONS request
for
'https://source.nexaweb.com/protected'
Can not map the project
with
svn provider
解决方法:
删除C:Documents and Settings\用户名\Application Data\Subversion\auth下的文件,删除svn登录信息。
win7目录在
C:\Users\fengbin\AppData\Roaming\Subversion\auth
删掉后,然后在eclise的svn库下新建svn地址,确定后,他提示重新输入svn的用户名和密码.
这个时候标志问题已经解决.
|
转自:http://fengbin2005.iteye.com/blog/1236981
本文转自 wbb827 51CTO博客,原文链接:http://blog.51cto.com/wbb827/1313794