On Mon, May 4, 2009 at 1:33 PM, Jeff Jones <jjisonline_at_gmail.com> wrote:
> I am trying to connect to an SVN repository using Subclipse with SASL
> authentication. It works fine with Subclipse 1.4.8 in Eclipse 3.2.2 and
> prior. As soon as I install with Eclipse 3.3 (or later) I receive and error
> indicating "svn: Authorization failed" in the console and "Folder " does not
> exit remotely." in a pop-up. This is using SVNKit v1.2.2.5405.
>
> When using JavaHL (JNI) 1.5.6(r36142) I get an error of "Cannot negotiate
> authentication mechanism" with the same pop-up error.
>
> Current install:
> Eclipse 3.4.2
> MyEclipse 7.1 - have tried with and without.
> JDK 1.6 - have tried 1.5 as well.
>
> I have SASL authentication Digest-MD5 configured with 128 and 256
> encryption.
>
> I am able to use TortoiseSVN 1.5.5 to connect to the SVN repository with the
> same configuration.
>
> Has anyone been able to connect Subclipse 1.4.8 within Eclipse 3.4.2 to an
> SVN repository (1.5.4) with SASL authentication?
The JavaHL that we provide does not have SASL support compiled in.
You can install the CollabNetSubversion 1.5.6 client for Windows and
then delete the DLL's in the JavaHL Win32 plugin. The CollabNet
binaries, with SASL support, will then be found on PATH.
If SVNKit worked before, I cannot think of any reason it does not now.
You can email support_at_svnkit.com. AFAIK, they still support SASL
properly.
--
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2060919
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2009-05-05 00:32:52 CEST