03-27-2018 11:24 PM
Hi,
We are develeoping our IVR application on Call Studio 10.5(based on Eclipse 3.7.2), CVP 10.5. Call Studio 10.5.
We want to use Git (Egit for Eclipse) for versioning our codes. Is there a Git support on Call Studio or is there anyone using Git with Call Studio? If yes, can you suggest us the correct version of Egit for Call Studio?
Thanks,
Deniz
05-23-2018 11:42 AM
You want to store your Studio script code in Git? I am doing this now but not using an Eclipse plugin. I have a git repository folder on disk and it has all the project files under it; eg: app.callflow and callflow and deploy folders.
Would something like this work for you or do you need the Eclipse git integration? I've only had moderate success with git eclipse plugins in the past.
04-26-2019 06:48 AM
Hi ,
Were you able to get Egit plugin working with Call Studio ?
I am trying with below Versions, not able to push or pull to remote repo, but i am able to do all operations with local repo. Note :- I am able to do push and pull using Git Bash with same local repo.
Call Studio
Version :- 11.6.1
Eclipse Version: 3.7.2.v20120120-1424-9DB5FmnFq5JCf1UA38R-kz0S0272
Build id: M20120208-0800
Eclipse EGit
Version 1.3.0.201202151440-r
04-29-2019 01:59 AM
Hi,
Yes, i can use eGit in CallStudio. There is a problem when trying to checkout a branch from remote(not between local branches), i checkout branches using git bash or source tree. But i can fetch, pull, push etc. with these versions.
Call Studio Version: 10.5(1)
EGit Version 2.3.1
Thanks,
Deniz
05-06-2019 04:33 PM
thanks for the information. Appreciate your help
08-17-2021 09:06 AM - edited 08-17-2021 09:07 AM
Somebody successfully do it in 2021 ?
How did you installed Egit 2.3 ?
Call Studio use a very old version of Eclipse
For Call Studio 12.5 = Eclipse 3.7.2
So very hard to integrate with cloud service
Here the Egit integration compatibility list
I tried with edit 2.3 but I get git-upload-pack error.
Egit Version | version | Eclipse version |
3.0.1.201307141637-r | 4.3.0 (Kepler) | Eclipse 3.8.2/4.2.2 + (Juno) |
2.3.1.201302201838-r | 3.8.2/4.2.2 (Juno SR2) | Eclipse 3.7.2+ (Indigo) (except EGit Import Support feature, which is optional) |
2.2.0.201212191850-r | 3.8.1/4.2.1 (Juno SR1) | Eclipse 3.7.2+ (Indigo) (except EGit Import Support feature, which is optional) |
2.1.0.201209190230-r | 3.8.1/4.2.1 (Juno SR1) | Eclipse 3.5.2+ (Galileo) (except EGit Import Support feature, which is optional) |
2.0.0.201206130900-r | 3.8/4.2 (Juno) | Eclipse 3.5.2+ (Galileo) (except EGit Import Support feature, which is optional) |
1.3.0.201202151440-r | 3.7.2 (Indigo SR2) | Eclipse 3.5.2+ (Galileo) |
1.2.0.201112221803-r | 3.7.2 (Indigo SR2) | Eclipse 3.5.2+ (Galileo) |
1.1.0.201109151100-r | 3.7.1 (Indigo SR1) | Eclipse 3.5.2+ (Galileo) |
1.0.0.201106090707-r | 3.7.0 (Indigo) | Eclipse 3.5.2+ (Galileo) |
08-17-2021 09:38 AM
The times I tried it was a mess so I just use a 3rd party client instead. Not the best work flow, but not too bad once you get used to it.
david
08-17-2021 12:27 PM
Do you use local git functionality from eclipse (Team) or just sync network folder with git/github with outside of eclipe to keep track of changes ?
For now I try to create a Master with a branch for each script, but I think the best way is to create a repo for each script ? but if so, it will take a while to create.
08-17-2021 05:56 PM
I'm not sure I understand your question, but I'll explain how I use git and Studio apps.
- Choose your workspace where you will keep your applications.
- Git init this folder.
- Make a new folder for your net new application.
- Do your development here.
david
08-18-2021 08:46 AM
My answer is the same as it was back in 2018. Eclipse and Git integration has not improved since then.
I host my own Git repo and use a combination of SourceTree/commandline/web to manage it.
Asking Eclipse to manage the source like that is asking for more trouble IMO.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide