[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.subversive] Re: Authentication

Trip,

I discovered similar problems using SVNKit 1.1.7 to connect to my subversion repository using svn+ssh. The connector continued to send invalid passwords to my server even though I did not have save password checked. If I would try to browse a repository, it would never prompt me to enter a password. Instead, after a bit, it would display an error that contained the following message:

Get repository folder children operation failed.
svn: authentication cancelled

I tracked the error to SVNKit 1.1.7, i.e., it was returning this error to subversion. I have not pursued it further.

I have found the error occurs on both my Ubuntu linux laptop and a Windows XP desktop.

To fix the problem, I installed the native JavaHL connector 1.4.4 on my linux laptop. Its work great.

Good luck
Keith

Trip Gilman wrote:
I should have been more clear in my use of the word binary. I am using the latest binary distribution available on the update site (or at least it was the at least at the time). I'm using SVNKit 1.1.7 as the connector implementation. Does SVNKit cache auth information? Is there a way to disable this behavior? Thanks.