thank you for clarifying. we'll see what Pravin and Tim say about git-source-control on Caché
- Log in to post comments
thank you for clarifying. we'll see what Pravin and Tim say about git-source-control on Caché
@Token Ibragimov - is your intention to have only a single developer working on this Linux system, or will many developers be making changes? The reason that I ask is that while there have historically been a number of Caché git source control hooks which have been created and discussed on this community (a search here will find several examples), they have all assumed the normal git way of working which is a single developer per environment. This has caused challenges with the typical way of developing on InterSystems products, which is many developers against a single instance. This is why my team created git-source-control, in order to make git available in a way that works more seamlessly with our products.
If you are going to be stuck on Caché for a while, you may want to consider other source control options which are designed to work natively with the platform, like Deltanji (https://georgejames.com/deltanji/).
Let's see what Pravin and/or Tim think about git-source-control working against Caché 2017.1.
@Timothy Leavitt / @Pravin Barton - can you please weigh in on whether it is possible to run git-source-control on Caché 2017.1? I know the atelier APIs are present in that version (in at least an early iteration) but are there other things missing which would prevent it from working?
@Token Ibragimov - curious, do you have a rough timeline as to when you'll be moving to InterSystems IRIS?
I believe Tortoise Git is specifically for Windows machines so I am not sure that this will work.
I suggest that you try using git-source-control instead:
https://community.intersystems.com/post/git-shared-development-environm…
Thank you very much for taking the time to report the solution and great resources back into the community!
a common problem- thanks for explaining the solution Jean :)
Nice work and thank you to all contributors - you make our Community a better place with more options for learning :)
Congrats to the winners!
Bravo @Robert Cemper, I consider it a privilege that I got to work with you and learn from you before your retirement, and now I can keep in touch on the D.C.!!
glad to hear you like it better!
a picture is worth 1000 words, and a GIF is worth a full teaching lecture ... thanks @Matthew Giesmann for making this super clear!
You might want to bookmark this one instead, so you're always looking at the latest documentation:
https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cl…;
@Nicole Sun - thank you for putting this together ... it's a great overview on which to structure a broad understanding of InterSystems IRIS performance considerations :)
creative!
please do!!
not directly - this is grabbing the Length ($Length()) of the variable X, using "," as a delimiter of the string. So the counter 'i' will run from 1 to the length of X, and then each iteration will grab the next piece of the string (, delimited again)
You beat me to it @Chris Stewart!
@well done @Steve Pisani, thank you :)
I am not sure that all of the docs are public until the product is fully released.
Thank you Robert for the time you took to test all of this out and make the code available :) Do you have any observations, conclusions, takeaways after your testing?
Very nice article! Thank you for the time you took to write it :)
Congrats everyone! Great milestone :)
Glad you figured it out! Thank you for letting us know that it was resolved and was a configuration issue.
Congrats and thank you for your contribution to the community!
@David.Satorres6134 - that is a TREMENDOUS example of leveraging embedded python to avoid reinventing the wheel in ObjectScript! This very nicely demonstrates the value to people like me, who prefer to work in ObjectScript whenever possible, of having embedded python as a bridge to thousands and thousand of reusable libraries. Thank you for weighing in :)
what version of IRIS is this occurring on?
Nice work on this Vivian - thank you!
Just wanted to call people's attention to this new item in the Ideas portal:
https://ideas.intersystems.com/ideas/DPI-I-531
Please upvote if you want to see it get traction!
Just wanted to call people's attention to this new item in the Ideas portal:
https://ideas.intersystems.com/ideas/DPI-I-531
Please upvote if you want to see it get traction!
Thank you for taking the time to research and write this up!!