[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+ssh with cygwin: opening windows

From: Mark Phippard <markphip_at_gmail.com>
Date: Thu, 20 Nov 2014 15:59:39 -0500

I would not state it that strongly.

Subclipse is written to Subversion's Java API interface. JavaHL is the
implementation that Subversion provides and uses the same native libraries
that the command line client and other clients like TortoiseSVN would use.
So there are benefits in that in terms of guaranteed compatibility in
behavior. If you use many clients it is a safe way to go, and in my
experience I think it is faster. Cannot say I have really measure it
though.

SVNKit is an alternative implementation of this interface in pure Java.
They do a great job being compatible, but it is a different codebase so
little differences can happen. Sometimes those are good differences. I
have had cases where a SVN client cannot talk to a given HTTP server but
SVNKit can.

SSH is one of the scenarios where I think using SVNKit can make a lot of
sense. Since it includes a pure Java SSH client the user experience is
just nicer in a GUI.

As devs, we only really write and test features using JavaHL and we just
assume SVNKit will take care of making sure their library works the same as
Subversion since that is what they signed themselves up for.

Mark

On Thu, Nov 20, 2014 at 11:55 AM, Jacob Weber <jacob_at_jacobweber.com> wrote:

> OK. I'll try a different SSH client.
>
> I thought I remembered that you guys were discouraging the use of SVNKit
> with Subclipse. Is that right?
>
> > Not with that config. You'd have to use a GUI ssh client or SVNKit.
> >
> > > On Nov 19, 2014, at 7:22 PM, Jacob Weber <jacob at jacobweber dot com>
> wrote:
> > >
> > > I have Subclipse configured to use JavaHL, and I'd like to use it with
> an svn+ssh URL. I installed cygwin so I could use its ssh client.
> > >
> > > This works, but every time Subclipse needs to run a command, a command
> window pops open to run ssh.exe.
> > >
> > > Is it possible to configure things so this window doesn't open?
> > >
> > > ------------------------------------------------------
> > >
> http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=3091546
> > >
> > > To unsubscribe from this discussion, e-mail: [users-unsubscribe at
> subclipse dot tigris dot or
>
> ------------------------------------------------------
>
> http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=3091608
>
> To unsubscribe from this discussion, e-mail: [
> users-unsubscribe_at_subclipse.tigris.org].
>

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=3091625
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2014-11-20 21:59:46 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.