简体   繁体   English

eclipse SVN团队操作失败,提示身份验证错误。 svn:“ foo”的PROPFIND:禁止的403(baar)

[英]eclipse SVN team actions fail saying Authentication error. svn: PROPFIND of 'foo': 403 Forbidden (baar)

I have a customized eclipse of Version: 3.7.1. 我有一个自定义的Eclipse版本:3.7.1。 With SVN 1.6 and Java 1.6. 使用SVN 1.6和Java 1.6。 The Subversive team provider was 0.7.9.xx. 颠覆性团队提供者为0.7.9.xx。

The Team provider was working perfect and suddenly started producing the errors saying, "Authentication error. svn: OPTIONS of 'foo': 403 Forbidden ( http://baar )". 团队提供者工作得非常好,突然开始产生错误,提示:“身份验证错误。svn :'foo'的选项:403 Forbidden( http:// baar )”。

Could not find any issue in my svn authentication , and even subversive client. 在我的svn认证甚至颠覆性客户端中都找不到任何问题。 I also have tortoise SVN client installed and it was working perfectly all right. 我还安装了乌龟SVN客户端,它工作正常。

  1. Check annotation on a file 检查文件上的注释

在此处输入图片说明

  1. When said Yes to above. 在上面说“是”时。 在此处输入图片说明

  2. Get SVN update 获取SVN更新 在此处输入图片说明

    1. Check the SVN repository, in repository browser 在存储库浏览器中检查SVN存储库 在此处输入图片说明

Couldn't find any solution around. 找不到任何解决方案。

So the Solution for this is ..... 因此,解决方案是.....

Check your eclipse.ini file probably it may be missing your java version. 检查您的eclipse.ini文件,可能它缺少您的Java版本。

Check for these lines. 检查这些行。

-vm
$YOUR_JAVA_HOME/bin/javaw.exe

This will bring everything back to normal!!! 这将使一切恢复正常!!!

PS: Not sure how did this vanished from my eclipse.inin though ...... PS:不确定这是如何从我的eclipse.inin中消失的,尽管......

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM