Greetings
Would anyone from this group know how to apply svn-git concepts in Mumps? Here where I work, we are having issues with version control. We don't actually have any version control for Mumps.
Has anyone done this?
Thanks.
Best regards,
Bianca Nunes.
Greetings
Would anyone from this group know how to apply svn-git concepts in Mumps? Here where I work, we are having issues with version control. We don't actually have any version control for Mumps.
Has anyone done this?
Thanks.
Best regards,
Bianca Nunes.
Greetings
Would anyone from this group know how to apply svn-git concepts in Mumps? Here where I work, we are having issues with version control. We don't actually have any version control for Mumps.
Has anyone done this?
Thanks.
Best regards,
Bianca Nunes.
On Tuesday, April 26, 2022 at 2:03:01 PM UTC-4, bianca.nun...@gmail.com wrote:
Greetings
Would anyone from this group know how to apply svn-git concepts in Mumps? Here where I work, we are having issues with version control. We don't actually have any version control for Mumps.
Has anyone done this?
Thanks.Which MUMPS are you using? We routinely use git for version control of M code in our applications (https://gitlab.com/YottaDB/Util/YDBAIM is just one example of many).
Best regards,
Bianca Nunes.
Regards
– Bhaskar
Em terça-feira, 26 de abril de 2022 às 16:03:28 UTC-3, K.S. Bhaskar escreveu:
On Tuesday, April 26, 2022 at 2:03:01 PM UTC-4, bianca.nun...@gmail.com wrote:
Greetings
Would anyone from this group know how to apply svn-git concepts in Mumps?
Here where I work, we are having issues with version control. We don't actually have any version control for Mumps.
Has anyone done this?
Thanks.Which MUMPS are you using? We routinely use git for version control of M code in our applications (https://gitlab.com/YottaDB/Util/YDBAIM is just one example of many).
Best regards,
Bianca Nunes.
RegardsHi Bhaskar.
– Bhaskar
Thank you for replying.
The version I'm using is:
MSM-UNIX VERSION 4.4. 0a
I'm also using MSM Workstation version 2.0.0, build 36.
Em sexta-feira, 24 de junho de 2022 às 09:43:49 UTC-3, Bianca Nunes escreveu:something goes wrong, I can go back to the previous version, via SVN or GIT. In TORTOISE SVN for example, in other languages like C#, I can see what each user has changed in each line of code, including the date. I want to do the same with MUMPS, but I
Em terça-feira, 26 de abril de 2022 às 16:03:28 UTC-3, K.S. Bhaskar escreveu:
On Tuesday, April 26, 2022 at 2:03:01 PM UTC-4, bianca.nun...@gmail.com wrote:
Greetings
Would anyone from this group know how to apply svn-git concepts in Mumps?
Here where I work, we are having issues with version control. We don't actually have any version control for Mumps.
Has anyone done this?
Thanks.Which MUMPS are you using? We routinely use git for version control of M code in our applications (https://gitlab.com/YottaDB/Util/YDBAIM is just one example of many).
Best regards,
Bianca Nunes.
RegardsHi Bhaskar.
– Bhaskar
Thank you for replying.
The version I'm using is:Hello guys.
MSM-UNIX VERSION 4.4. 0a
I'm also using MSM Workstation version 2.0.0, build 36.
Thank you for replying.
In MUMPS, all globals and routines are saved within the system. There are no separate files for us to open, for example, in a notepad++. Unless we manually export each and every routine through Workstation.
What I need is: when a colleague makes a change to a "Window" or routine, I have control, and know which row that colleague made the change. And that the "commit" is done only with the routine or window changed, and not the whole system. And if
I thank you for your attention.
Best regards,
Bianca Nunes.
On Tuesday, 26 April 2022 at 19:03:01 UTC+1, bianca.nun...@gmail.com wrote:environment where you are coding.
Greetings
Would anyone from this group know how to apply svn-git concepts in Mumps? Here where I work, we are having issues with version control. We don't actually have any version control for Mumps.
Has anyone done this?
Thanks.Bianca, are you required to use svn or git? If not, there's another way of implementing source code management for MUMPS applications. See https://www.georgejames.com/deltanji for an overview of our Deltanji product, which runs natively in the
Best regards,
Bianca Nunes.
I hope you will take a look, and contact us if you would like a demo or an evaluation license.
Best regards,
John Murray
Senior Product Engineer
George James Software
Em quarta-feira, 27 de abril de 2022 às 07:38:22 UTC-3, John Murray escreveu:environment where you are coding.
On Tuesday, 26 April 2022 at 19:03:01 UTC+1, bianca.nun...@gmail.com wrote:
Greetings
Would anyone from this group know how to apply svn-git concepts in Mumps?
Here where I work, we are having issues with version control. We don't actually have any version control for Mumps.
Has anyone done this?
Thanks.Bianca, are you required to use svn or git? If not, there's another way of implementing source code management for MUMPS applications. See https://www.georgejames.com/deltanji for an overview of our Deltanji product, which runs natively in the
Best regards,
Bianca Nunes.
I hope you will take a look, and contact us if you would like a demo or an evaluation license.
Best regards,
John MurrayHi John.
Senior Product Engineer
George James Software
Thank you for replying.
Unfortunately I couldn't access the link: "THE PAGE CAN’T BE FOUND."
On 6/24/2022 12:36 PM, Maury Pepper wrote:environment where you are coding.
On Friday, June 24, 2022 at 8:35:28 AM UTC-5, bianca.nun...@gmail.com wrote:
Em quarta-feira, 27 de abril de 2022 às 07:38:22 UTC-3, John Murray escreveu:
On Tuesday, 26 April 2022 at 19:03:01 UTC+1, bianca.nun...@gmail.com wrote:
GreetingsBianca, are you required to use svn or git? If not, there's another way of implementing source code management for MUMPS applications. See https://www.georgejames.com/deltanji for an overview of our Deltanji product, which runs natively in the
Would anyone from this group know how to apply svn-git concepts in Mumps?
Here where I work, we are having issues with version control. We don't actually have any version control for Mumps.
Has anyone done this?
Thanks.
Best regards,
Bianca Nunes.
I wrote for MSM several years ago which keeps a history of routines. It runs periodically (typically, once a day) and compares the active version of every routine with the latest stored version and if they are different, the active one is added to theBianca,Hi John.
I hope you will take a look, and contact us if you would like a demo or an evaluation license.
Best regards,
John Murray
Senior Product Engineer
George James Software
Thank you for replying.
Unfortunately I couldn't access the link: "THE PAGE CAN’T BE FOUND."
It appears that the George James website is in the middle of an update, and that is why the link does not work. It's already the weekend in the UK, so wait a few days for John to get back. If you do not find a better solution, I can dig out a utility
Bianca,
When you talk about controlling changes to a "Window", are these
routines or something else?
Where are you located?
On Friday, June 24, 2022 at 8:35:28 AM UTC-5, bianca.nun...@gmail.com wrote:environment where you are coding.
Em quarta-feira, 27 de abril de 2022 às 07:38:22 UTC-3, John Murray escreveu:
On Tuesday, 26 April 2022 at 19:03:01 UTC+1, bianca.nun...@gmail.com wrote:
Greetings
Would anyone from this group know how to apply svn-git concepts in Mumps?
Here where I work, we are having issues with version control. We don't actually have any version control for Mumps.
Has anyone done this?
Thanks.Bianca, are you required to use svn or git? If not, there's another way of implementing source code management for MUMPS applications. See https://www.georgejames.com/deltanji for an overview of our Deltanji product, which runs natively in the
Best regards,
Bianca Nunes.
wrote for MSM several years ago which keeps a history of routines. It runs periodically (typically, once a day) and compares the active version of every routine with the latest stored version and if they are different, the active one is added to theI hope you will take a look, and contact us if you would like a demo or an evaluation license.
Best regards,
Bianca,John MurrayHi John.
Senior Product Engineer
George James Software
Thank you for replying.
Unfortunately I couldn't access the link: "THE PAGE CAN’T BE FOUND."
It appears that the George James website is in the middle of an update, and that is why the link does not work. It's already the weekend in the UK, so wait a few days for John to get back. If you do not find a better solution, I can dig out a utility I
On 6/24/2022 12:36 PM, Maury Pepper wrote:environment where you are coding.
On Friday, June 24, 2022 at 8:35:28 AM UTC-5, bianca.nun...@gmail.com wrote:
Em quarta-feira, 27 de abril de 2022 às 07:38:22 UTC-3, John Murray escreveu:
On Tuesday, 26 April 2022 at 19:03:01 UTC+1, bianca.nun...@gmail.com wrote:
GreetingsBianca, are you required to use svn or git? If not, there's another way of implementing source code management for MUMPS applications. See https://www.georgejames.com/deltanji for an overview of our Deltanji product, which runs natively in the
Would anyone from this group know how to apply svn-git concepts in Mumps?
Here where I work, we are having issues with version control. We don't actually have any version control for Mumps.
Has anyone done this?
Thanks.
Best regards,
Bianca Nunes.
I wrote for MSM several years ago which keeps a history of routines. It runs periodically (typically, once a day) and compares the active version of every routine with the latest stored version and if they are different, the active one is added to theBianca,Hi John.
I hope you will take a look, and contact us if you would like a demo or an evaluation license.
Best regards,
John Murray
Senior Product Engineer
George James Software
Thank you for replying.
Unfortunately I couldn't access the link: "THE PAGE CAN’T BE FOUND."
It appears that the George James website is in the middle of an update, and that is why the link does not work. It's already the weekend in the UK, so wait a few days for John to get back. If you do not find a better solution, I can dig out a utility
Bianca,
When you talk about controlling changes to a "Window", are these
routines or something else?
Where are you located?
Hi Bianca,content here: http://www.gj0.net/deltanji (whilst we're transferring the information to our new site!)
John is out of the office at the moment, so I am replying on his behalf. Our website is going through a bit of a change at the moment - that link should have been auto-directed, but that appears to have not worked. You'll be able to find the original
If you would like any more information on Deltanji or would like to arrange a demo please get in touch with us.Hi Laurel
Many thanks,
Laurel
Bianca, to try Deltanji on MSM you will need to contact us first. Please email in...@georgejames.com when you are ready to proceed, or if you require more information first.
Thanks,
John
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 496 |
Nodes: | 16 (2 / 14) |
Uptime: | 64:11:29 |
Calls: | 9,762 |
Calls today: | 3 |
Files: | 13,744 |
Messages: | 6,185,762 |