[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Re: [Subclipse-users] svn : authentication cancelled.

From: Adil F <adil.fulara_at_gmail.com>
Date: Wed, 10 Feb 2010 19:21:54 -0800 (PST)

Mark,

Could you clarify one doubt i have. We are updating our app which used subclipse 1.2.4 to 1.6.6 now.

We initial subclispe with the following

[code]
 SVNProviderPlugin.getPlugin().getSVNClientManager().setSvnClientInterface("svnkit");
        SVNProviderPlugin.getPlugin().setSvnPromptUserPassword(new SVNUserPasswordPrompt());
[/code]

and we cache the clientadapter by

[code]
SVNProviderPlugin.getPlugin().getSVNClient(); call
[/code]

So our assumption is that we will get a client [cached?] which is aware of the the username and password we set during startup.

Is this something we can assume?

Thank you.

------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2446601

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2010-02-11 04:22:04 CET

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.