go to post Ben Spead · Apr 2 @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.
go to post Ben Spead · Apr 2 @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?
go to post Ben Spead · Apr 2 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-environments
go to post Ben Spead · Apr 1 Thank you very much for taking the time to report the solution and great resources back into the community!
go to post Ben Spead · Apr 1 Nice work and thank you to all contributors - you make our Community a better place with more options for learning :) Congrats to the winners!
go to post Ben Spead · Mar 29 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.!!
go to post Ben Spead · Mar 29 a picture is worth 1000 words, and a GIF is worth a full teaching lecture ... thanks @Matthew Giesmann for making this super clear!
go to post Ben Spead · Mar 26 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.cls...
go to post Ben Spead · Mar 25 @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 :)
go to post Ben Spead · Mar 21 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)
go to post Ben Spead · Mar 21 Well done @Vic Sun - this must have taken a very long time to pull together. Thank you for taking that time and making this reference available to the D.C.!
go to post Ben Spead · Mar 21 I am not sure that all of the docs are public until the product is fully released.
go to post Ben Spead · Mar 21 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?