Hello,

I found out that the problem is that SVNKit uses old deprecated
authentication API that has been removed in Eclipse 4.2. To fix this
problem you may add compatibility plugin back into Eclipse:

1. Download plugin jar file from
http://mvnrepository.com/artifact/org.eclipse.core/org.eclipse.core.runtime.compatibility.auth

2. Put the jar into ECLIPSE_HOME/dropins folder.
3. Restart Eclipse with the -clean option.

Above fixed things for me, but surely SVNKit should be switched to the
new non-deprecated API. I'll hope to do that soon.

Alexander Kitaev,
TMate Software,
http://subgit.com/ - Svn to Git Migration!
http://svnkit.com/ - Java [Sub]Versioning Library!
http://hg4j.com/ - Java Mercurial Library!
http://sqljet.com/ - Java SQLite Library!


On 19 November 2012 20:21, Steffen Heil (Mailinglisten)
<li...@steffen-heil.de> wrote:
> Hi
>
> Did you have a chance to check this?
> Is there anything I can do to test this?
>
> I don't know anything about the code of svnkit or subclipse and I have never 
> developed any eclipse plugin, but I am quite familiar to java, so if there is 
> anything I can test / debug / try / ...
>
> Best regrads,
>   Steffen
>
>
>> -----Ursprüngliche Nachricht-----
>> Von: svnkit-users-boun...@svnkit.com [mailto:svnkit-users-
>> boun...@svnkit.com] Im Auftrag von Alexander Kitaev
>> Gesendet: Freitag, 16. November 2012 17:39
>> An: SVNKit Library Users List
>> Betreff: Re: SVNKit within Eclipse not storing passwords
>>
>> Hello,
>>
>> SVNKit should store password in Eclipse keyring indeed. What protocol do
>> you use to access Subversion repository? It might happen that something has
>> changed in the recent versions of Eclipse that prevents passwords from
>> being stored in keyring, I'll check this.
>>
>>
>> Alexander Kitaev,
>> TMate Software,
>> http://subgit.com/ - Svn to Git Migration!
>> http://svnkit.com/ - Java [Sub]Versioning Library!
>> http://hg4j.com/ - Java Mercurial Library!
>> http://sqljet.com/ - Java SQLite Library!
>>
>>
>> On 16 November 2012 12:09, Steffen Heil (Mailinglisten) <lists@steffen-
>> heil.de> wrote:
>> > Hi
>> >
>> > I am not sure, I am asking on the right list, so feel free to redirect
>> > me if necessary...
>> >
>> > I am using eclipse 4.2.1 with subclipse 1.8.16 and svnkit
>> > 1.7.5.v1_r9382_v20120817_1415.
>> > Running on Windows 8 64bit, Oracle JDK 1.7.0_07-b1, 64bit hotspot server
>> vm.
>> > All repositories are https only.
>> >
>> > When I access an SVN it asks me about my username and password and I
>> > check "store password".
>> > So far everything works as expected.
>> >
>> > As soon as I restart eclipse, the stored password is gone and I have
>> > to enter it again.
>> > Shouldn't it be stored in eclipse's keyring?
>> >
>> > What can I do to make svnkit store my password?
>> > Or what other component should I check?
>> >
>> > All websites I found so far suggested switching to JavaHL instead, but
>> > I don't like that idea.
>> >
>> > Best regards,
>> >   Steffen
>> >
>

Reply via email to