Re: Re: [Subclipse-users] svn : authentication cancelled.
From: Mark Phippard <markphip_at_gmail.com>
Date: Thu, 11 Feb 2010 08:28:11 -0500
If you are using your app with Subclipse, then why are you do some of
The SVNKit client is not cached, a new object is created each time you
You should just be doing this:
SVNProviderPlugin.getPlugin().getSVNClient()
This gives you an ISVNClientAdapter and you can then use that to run
As I suggested previously, it seems like you could even skip using SVN
On Wed, Feb 10, 2010 at 10:21 PM, Adil F <adil.fulara_at_gmail.com> wrote:
-- Thanks Mark Phippard http://markphip.blogspot.com/ ------------------------------------------------------ http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2446684 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].Received on 2010-02-11 14:28:36 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.