Re: Re: svn+ssh with cygwin: opening windows
Mark Phippard <[email protected]> Thu, 20 Nov 2014 15:59:39 -0500
| Newsgroups | gmane.comp.version-control.subversion.subclipse.user |
|---|---|
| Message-ID | <CAHFaGCpe_j_bWC3Y_a=+0qf1x=P0LBN=PRot3ricQNRgKGLb4w@mail.gmail.com> |
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 <[email protected]> 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: [ > [email protected]]. > -- 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: [[email protected]].