eclipse中org.tigris.subversion.javahl.ClientException:RA layer request failed

简介:
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


相关文章
|
6月前
|
安全 Java API
Eclipse 打开marketplace 报PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
网上有很多解决的帖子,我这里只是记录一下方便自己查阅 主要原因是java本身需要证书 1、按导入安全证书的方法解决
793 0
Eclipse 打开marketplace 报PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
|
5月前
|
XML 应用服务中间件 Android开发
【已解决】eclipse导入项目出错 Server Tomcat v7.0 Server at localhost failed to start
【已解决】eclipse导入项目出错 Server Tomcat v7.0 Server at localhost failed to start
52 0
|
XML 应用服务中间件 Android开发
Eclipse出现Tomcat无法启动:Server Tomcat v8.5 Server at localhost failed to start问题
Eclipse出现Tomcat无法启动:Server Tomcat v8.5 Server at localhost failed to start问题
435 0
Eclipse出现Tomcat无法启动:Server Tomcat v8.5 Server at localhost failed to start问题
|
关系型数据库 MySQL Java
Eclipse出现:Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plugin:1.3.2:generate
Eclipse出现:Failed to execute goal org.mybatis.generator:mybatis-generator-maven-plugin:1.3.2:generate
127 0
|
Android开发
lombok eclipse 提示 generating getters and setters failed 错误解决方案
【转载请注明出处http://blog.csdn.net/w605283073/article/details/50949104】 by 明明如月 前一段时间 需要用lombok 找到一个安装方式
232 0
lombok eclipse 提示 generating getters and setters failed 错误解决方案

推荐镜像

更多