Author |
Message
|
wmbv7newbie |
Posted: Fri Jul 17, 2015 1:14 am Post subject: Stash Plug-In for IIB V9 |
|
|
Centurion
Joined: 13 May 2014 Posts: 121
|
Hi,
Our project has started to use Stash (git repository) for code version control. I was trying to find a plug-in for git, like TFS or SVN, to make it easier for developers to sync the code with remote repo.
Unfortunately, I am not able to find anything over the web about this.
Currently, we are using gitbash for the purpose but it would be nice to have a plug-in.
Any ideas about this or if IBM is planning anything of the sort.
Thanks! |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Jul 17, 2015 4:37 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
|
Back to top |
|
 |
Vitor |
Posted: Fri Jul 17, 2015 4:41 am Post subject: Re: Stash Plug-In for IIB V9 |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
wmbv7newbie wrote: |
Any ideas about this or if IBM is planning anything of the sort. |
The SVN and other plug ins are produced for Eclipse not for the WMB or IIB Toolkit (which is itself a plug in).
I doubt that IBM will produce one (especially as the Toolkit comes with ClearCase support out of the box and hence there is a "solution" to source code) but I would imagine someone will produce one. With enough skills you can write your own.
FWIW I use EGit (https://eclipse.github.io/) within Toolkit when I need to communicate with a git repository, which I do not believe to be the Stash implementation you talk about and hence may not be suitable.
Of course, no warranty express or implies is included with that advice, no liability for loss or damage from following that advice is accepted and the value of your investments may go up as well as down
Or in the vernacular, I'm jus' sayin' _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
wmbv7newbie |
Posted: Tue Jul 28, 2015 4:14 am Post subject: |
|
|
Centurion
Joined: 13 May 2014 Posts: 121
|
Thanks for the reply Vitor.
I have started to read and try my own plugin, since I was able to find a couple of guiding tutorials.
Meanwhile, I tried installing EGit plugin but getting several errors for versions 4.0.1 and 3.7.1 like -
Quote: |
Cannot complete the install because one or more required items could not be found.
Software being installed: Java implementation of Git - optional Http support using Apache httpclient 3.7.1.201504261725-r (org.eclipse.jgit.http.apache.feature.group 3.7.1.201504261725-r)
Missing requirement: Apache HttpComponents HttpClient OSGi bundle 4.1.3.v201209201135 (org.apache.httpcomponents.httpclient 4.1.3.v201209201135) requires 'package org.apache.commons.codec.binary 1.4.0' but it could not be found
Cannot satisfy dependency:
From: JGit Apache httpclient based HTTP support 3.7.1.201504261725-r (org.eclipse.jgit.http.apache 3.7.1.201504261725-r)
To: package org.apache.http.client [4.1.0,5.0.0)
Cannot satisfy dependency:
From: Java implementation of Git - optional Http support using Apache httpclient 3.7.1.201504261725-r (org.eclipse.jgit.http.apache.feature.group 3.7.1.201504261725-r)
To: org.eclipse.jgit.http.apache [3.7.1.201504261725-r] |
Can you let me know which version are you using?
Thanks! |
|
Back to top |
|
 |
Vitor |
Posted: Tue Jul 28, 2015 4:58 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
wmbv7newbie wrote: |
Can you let me know which version are you using?
|
It describes itself as 2.1.0.201209190230-r _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Jul 28, 2015 5:00 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Did you install the JGit core? |
|
Back to top |
|
 |
wmbv7newbie |
Posted: Tue Jul 28, 2015 5:03 am Post subject: |
|
|
Centurion
Joined: 13 May 2014 Posts: 121
|
Well, I was trying with the complete EGit eclipse package which has JGit, EGit and a few other optional features, latest version 4.0.1 |
|
Back to top |
|
 |
Vitor |
Posted: Tue Jul 28, 2015 5:04 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
mqjeff wrote: |
Did you install the JGit core? |
I certainly did, can't speak to the OP  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
smdavies99 |
Posted: Tue Jul 28, 2015 6:53 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
wmbv7newbie wrote: |
Well, I was trying with the complete EGit eclipse package which has JGit, EGit and a few other optional features, latest version 4.0.1 |
That's where you are going wrong.
Install the core bits only
Get the version of the git plugins that are built to work with the version of Eclipse that broker uses. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
|