* Git GUI client SmartGit released @ 2009-12-02 7:45 Marc Strapetz 2009-12-02 16:48 ` Shawn O. Pearce 2009-12-05 7:37 ` Dilip M 0 siblings, 2 replies; 9+ messages in thread From: Marc Strapetz @ 2009-12-02 7:45 UTC (permalink / raw) To: git We are proud to announce the general availability of our Git client SmartGit[1]: http://www.syntevo.com/smartgit/index.html Thank you, Git community, for the great DVCS you are building and the feed-back to SmartGit! -- Best regards, Marc Strapetz ============= syntevo GmbH http://www.syntevo.com http://blog.syntevo.com [1] Please don't be offended by the name, it has historical roots. ;) ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Git GUI client SmartGit released 2009-12-02 7:45 Git GUI client SmartGit released Marc Strapetz @ 2009-12-02 16:48 ` Shawn O. Pearce 2009-12-02 21:15 ` Marc Strapetz 2009-12-05 7:37 ` Dilip M 1 sibling, 1 reply; 9+ messages in thread From: Shawn O. Pearce @ 2009-12-02 16:48 UTC (permalink / raw) To: Marc Strapetz; +Cc: git Marc Strapetz <marc.strapetz@syntevo.com> wrote: > We are proud to announce the general availability of our Git client > SmartGit[1]: > > http://www.syntevo.com/smartgit/index.html Congrats on your release. I noticed you use JGit and the Trilead SSH client. I'm curious, did you guys replace JSch because its a pile of junk? Did you patch JGit to use Trilead SSH instead of JSch? If so, would you be interested in contributing that change back to JGit? I'm rather fed up with JSch... :-) -- Shawn. ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Git GUI client SmartGit released 2009-12-02 16:48 ` Shawn O. Pearce @ 2009-12-02 21:15 ` Marc Strapetz 2009-12-08 14:17 ` Alexander Kitaev 0 siblings, 1 reply; 9+ messages in thread From: Marc Strapetz @ 2009-12-02 21:15 UTC (permalink / raw) To: Shawn O. Pearce; +Cc: git, Alexander Kitaev > I noticed you use JGit and the Trilead SSH client. > > I'm curious, did you guys replace JSch because its a pile of junk? > Did you patch JGit to use Trilead SSH instead of JSch? If so, > would you be interested in contributing that change back to JGit? > I'm rather fed up with JSch... :-) We currently don't use JGit's transport, but we plant a custom SSH client on the git executable which connects back to SmartGit and just tunnels SSH data through. Anyway, I can remember that SVNKit was using JSch initially and they switched to Trilead because of problems with JSch (maybe Alexander in Cc can shed more light on that). -- Best regards, Marc Strapetz ============= syntevo GmbH http://www.syntevo.com http://blog.syntevo.com Shawn O. Pearce wrote: > Marc Strapetz <marc.strapetz@syntevo.com> wrote: >> We are proud to announce the general availability of our Git client >> SmartGit[1]: >> >> http://www.syntevo.com/smartgit/index.html > > Congrats on your release. > > I noticed you use JGit and the Trilead SSH client. > > I'm curious, did you guys replace JSch because its a pile of junk? > Did you patch JGit to use Trilead SSH instead of JSch? If so, > would you be interested in contributing that change back to JGit? > I'm rather fed up with JSch... :-) > ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Git GUI client SmartGit released 2009-12-02 21:15 ` Marc Strapetz @ 2009-12-08 14:17 ` Alexander Kitaev 0 siblings, 0 replies; 9+ messages in thread From: Alexander Kitaev @ 2009-12-08 14:17 UTC (permalink / raw) To: Marc Strapetz; +Cc: Shawn O. Pearce, git Hello, >> I'm curious, did you guys replace JSch because its a pile of junk? Above statement describes the reason behind my decision to use Trilead SSH instead of JSCH more or less precisely. In particular, version of JSCH we were using, used to work extremely unreliable in case multiple channels within same connection were used simultaneously. And code quality of JSCH didn't allow me to fix this and other JSch issues in reasonable time. Alexander Kitaev, TMate Software, http://svnkit.com/ - Java [Sub]Versioning Library! http://sqljet.com/ - Java SQLite Library! Marc Strapetz wrote: >> I noticed you use JGit and the Trilead SSH client. >> >> I'm curious, did you guys replace JSch because its a pile of junk? >> Did you patch JGit to use Trilead SSH instead of JSch? If so, >> would you be interested in contributing that change back to JGit? >> I'm rather fed up with JSch... :-) > > We currently don't use JGit's transport, but we plant a custom SSH > client on the git executable which connects back to SmartGit and just > tunnels SSH data through. Anyway, I can remember that SVNKit was using > JSch initially and they switched to Trilead because of problems with > JSch (maybe Alexander in Cc can shed more light on that). > > -- > Best regards, > Marc Strapetz > ============= > syntevo GmbH > http://www.syntevo.com > http://blog.syntevo.com > > > > Shawn O. Pearce wrote: >> Marc Strapetz <marc.strapetz@syntevo.com> wrote: >>> We are proud to announce the general availability of our Git client >>> SmartGit[1]: >>> >>> http://www.syntevo.com/smartgit/index.html >> Congrats on your release. >> >> I noticed you use JGit and the Trilead SSH client. >> >> I'm curious, did you guys replace JSch because its a pile of junk? >> Did you patch JGit to use Trilead SSH instead of JSch? If so, >> would you be interested in contributing that change back to JGit? >> I'm rather fed up with JSch... :-) >> > ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Git GUI client SmartGit released 2009-12-02 7:45 Git GUI client SmartGit released Marc Strapetz 2009-12-02 16:48 ` Shawn O. Pearce @ 2009-12-05 7:37 ` Dilip M 2009-12-05 15:01 ` Johannes Schindelin 1 sibling, 1 reply; 9+ messages in thread From: Dilip M @ 2009-12-05 7:37 UTC (permalink / raw) To: Marc Strapetz; +Cc: git 2009/12/2 Marc Strapetz <marc.strapetz@syntevo.com>: > We are proud to announce the general availability of our Git client > SmartGit[1]: > > http://www.syntevo.com/smartgit/index.html > > Thank you, Git community, for the great DVCS you are building and the > feed-back to SmartGit! Man! this is what missing for GIT! Way to go! -- Dilip ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Git GUI client SmartGit released 2009-12-05 7:37 ` Dilip M @ 2009-12-05 15:01 ` Johannes Schindelin 2009-12-05 16:32 ` Dilip M 0 siblings, 1 reply; 9+ messages in thread From: Johannes Schindelin @ 2009-12-05 15:01 UTC (permalink / raw) To: Dilip M; +Cc: Marc Strapetz, git [-- Attachment #1: Type: TEXT/PLAIN, Size: 490 bytes --] Hi, On Sat, 5 Dec 2009, Dilip M wrote: > 2009/12/2 Marc Strapetz <marc.strapetz@syntevo.com>: > > > We are proud to announce the general availability of our Git client > > SmartGit[1]: > > > > http://www.syntevo.com/smartgit/index.html > > > > Thank you, Git community, for the great DVCS you are building and the > > feed-back to SmartGit! > > Man! this is what missing for GIT! Way to go! As for "missing", do you refer to "paid service", or "yet another GUI"? Just curious, Dscho ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Git GUI client SmartGit released 2009-12-05 15:01 ` Johannes Schindelin @ 2009-12-05 16:32 ` Dilip M 2009-12-05 20:44 ` David Aguilar 0 siblings, 1 reply; 9+ messages in thread From: Dilip M @ 2009-12-05 16:32 UTC (permalink / raw) To: Johannes Schindelin; +Cc: Marc Strapetz, git On Sat, Dec 5, 2009 at 8:31 PM, <Johannes.Schindelin@gmx.de> wrote: > As for "missing", do you refer to "paid service", or "yet another GUI"? Ahaha! I can say "a good gui" :) I was not knowing that this was "paid service". I saw the screenshot and tried it. No doubt, it has a _great_ ui interface. While installation I realized that it is licensed. - SOFTWARE Non-Commercial License, - SOFTWARE Commercial License, - SOFTWARE Enterprise License. -- Dilip ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Git GUI client SmartGit released 2009-12-05 16:32 ` Dilip M @ 2009-12-05 20:44 ` David Aguilar 2009-12-06 6:37 ` Dilip M 0 siblings, 1 reply; 9+ messages in thread From: David Aguilar @ 2009-12-05 20:44 UTC (permalink / raw) To: Dilip M; +Cc: Johannes Schindelin, Marc Strapetz, git On Sat, Dec 05, 2009 at 10:02:08PM +0530, Dilip M wrote: > On Sat, Dec 5, 2009 at 8:31 PM, <Johannes.Schindelin@gmx.de> wrote: > > > As for "missing", do you refer to "paid service", or "yet another GUI"? > > Ahaha! I can say "a good gui" :) > > I was not knowing that this was "paid service". I saw the screenshot > and tried it. No doubt, it has a _great_ ui interface. While installation I > realized that it is licensed. > > - SOFTWARE Non-Commercial License, > - SOFTWARE Commercial License, > - SOFTWARE Enterprise License. Aside from the other good GUIs out there, have you tried git-cola? http://cola.tuxfamily.org/ It's GPL and not too shabby. The screenshots on the webpage are a bit out of date, though. I should probably get to writing the release announcment and updating the screenshots ;) It probably also depends on your platform of choice. I know some Windows users like explorer-integration, so stuff like git-cheetah make a lot of sense for them. I was a little sad to see that the tortoise-git guys didn't get the joke (who wants a tortoise when you have a cheetah?) and didn't just work on cheetah instead, but hey, it's all good. Another example: eclipse users like eclipse integration so for them egit makes perfect sense. Maybe that makes git-cola the poor man's smartgit? If that's the case then it looks like the poor man is still winning according to the feature matrix on the git wiki ;) I don't know.. I haven't used smartgit, but if there are any features that people are itching to have that git-cola doesn't then feel free to throw it on the backlog: http://github.com/davvid/git-cola/issues At first glance, the gitk-like history widget in smartgit is very nice. I've been thinking about how to implement that in PyQt for a while but haven't yet hammered it out. Have fun, -- David ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Git GUI client SmartGit released 2009-12-05 20:44 ` David Aguilar @ 2009-12-06 6:37 ` Dilip M 0 siblings, 0 replies; 9+ messages in thread From: Dilip M @ 2009-12-06 6:37 UTC (permalink / raw) To: David Aguilar, Johannes Schindelin, Marc Strapetz, git Hi, yes..Cheetah has more feature set. Have to give a try once. I really don't know the diff of Cheetah and Tortise. Want to know more on Cheetah...any links would help. Some time back when googled all resulted in Tortise. On 12/6/09, David Aguilar <davvid@gmail.com> wrote: > On Sat, Dec 05, 2009 at 10:02:08PM +0530, Dilip M wrote: >> On Sat, Dec 5, 2009 at 8:31 PM, <Johannes.Schindelin@gmx.de> wrote: >> >> > As for "missing", do you refer to "paid service", or "yet another GUI"? >> >> Ahaha! I can say "a good gui" :) >> >> I was not knowing that this was "paid service". I saw the screenshot >> and tried it. No doubt, it has a _great_ ui interface. While installation >> I >> realized that it is licensed. >> >> - SOFTWARE Non-Commercial License, >> - SOFTWARE Commercial License, >> - SOFTWARE Enterprise License. > > > Aside from the other good GUIs out there, have you tried > git-cola? > > http://cola.tuxfamily.org/ > > It's GPL and not too shabby. > The screenshots on the webpage are a bit out of date, though. > I should probably get to writing the release announcment and > updating the screenshots ;) > > It probably also depends on your platform of choice. > I know some Windows users like explorer-integration, so stuff > like git-cheetah make a lot of sense for them. I was a little > sad to see that the tortoise-git guys didn't get the joke > (who wants a tortoise when you have a cheetah?) and didn't > just work on cheetah instead, but hey, it's all good. > > Another example: eclipse users like eclipse integration so for > them egit makes perfect sense. > > Maybe that makes git-cola the poor man's smartgit? > If that's the case then it looks like the poor man is still > winning according to the feature matrix on the git wiki ;) > I don't know.. I haven't used smartgit, but if there are > any features that people are itching to have that git-cola > doesn't then feel free to throw it on the backlog: > > http://github.com/davvid/git-cola/issues > > At first glance, the gitk-like history widget in smartgit > is very nice. I've been thinking about how to implement that in > PyQt for a while but haven't yet hammered it out. > > > Have fun, > > -- > David > -- Sent from my mobile device Dilip ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2009-12-08 14:58 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2009-12-02 7:45 Git GUI client SmartGit released Marc Strapetz 2009-12-02 16:48 ` Shawn O. Pearce 2009-12-02 21:15 ` Marc Strapetz 2009-12-08 14:17 ` Alexander Kitaev 2009-12-05 7:37 ` Dilip M 2009-12-05 15:01 ` Johannes Schindelin 2009-12-05 16:32 ` Dilip M 2009-12-05 20:44 ` David Aguilar 2009-12-06 6:37 ` Dilip M
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).