English 中文(简体)
如何减少排位问题/SvnKit 全权证书问题?
原标题:How to debug Subclipse / SvnKit credentials issue?

I m试图用 sub子工作。 I m onWindows 7, 64 bit, with Eclipse Indigo, JDK 1.6.

我安装了次数1.6.18和1.5.7406。

添加一个星座:

svn+ssh://my.server.com/srv/svn/repos

并且试图连接。 Svnkit 充斥了要求sh证书的方言。 我填写了用户名称,选择了“私人钥匙认证”,浏览了我的关键档案,进入了密码,并点击了“太阳信息”。 Hit ok。

The dialog closes and reopens with "Use password authentication" checked. No error messages, no other indication of what the problem might be.

我如何去掉这一点?


Update: when I copied over the .keyring file from my old installation of Eclipse, which had successfully connected to the repo in the past, everything worked. Doesn t solve the problem for the future, though. My best guess is that svnkit can t write to the keyring in Indigo.
最佳回答

解决这个问题。 问题是,我使用了错误的私人钥匙档案。

欲了解这一问题的未来读者,解答问题的途径是转播Svnkit 伐木:

主要问题是,当空白获得错误的全权证书时,就不给你任何错误的信息。 这只是再次显示辩证。 几乎没有任何设计问题给我造成数小时的 de缩。

问题回答

暂无回答




相关问题
Best practices for Subversion and Visual Studio projects

I ve recently started working on various C# projects in Visual Studio as part of a plan for a large scale system that will be used to replace our current system that s built from a cobbling-together ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

ASP.NET MVC: How should it work with subversion?

So, I have an asp.net mvc app that is being worked on by multiple developers in differing capacities. This is our first time working on a mvc app and my first time working with .NET. Our app does not ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...

热门标签