71
PLUS+1 GUIDE / Re: Industrial DevOps, Project View, and TortoiseGIT
« Last post by JAMS-IRTC on April 01, 2025, 10:46:30 PM »Hey all! Thanks so much for the responses! They have been helpful and enlightening!
I should say I am currently using git (and git tortoise) mostly because I have experience with git and github desktop.
I don't have any experience with SVN but from what I can tell it relies more on a hard check in/check out that keeps people from working on the same program file at the same time? (at least that is how I understood it. Up until a few months ago, I thought git was the only source control software). And I am using TortoiseGIT because it is mentioned in some of the Danfoss literature.
I have a very simple (and perhaps stupid) question:
What is the difference between the .scs file and the .p1x? I understand that one is the Plus+1 Guide SCS File and one is the Plus+1 Guide Project File, so I guess the real question is why are the different and what purpose does each one serve? Like when you change your code only the .scs file changes (according to git), what causes changes in the .p1x file?
to Matt_Eng specifically can I ask why you have added .ddt and .sdb files to the .gitignore?
I should say I am currently using git (and git tortoise) mostly because I have experience with git and github desktop.
I don't have any experience with SVN but from what I can tell it relies more on a hard check in/check out that keeps people from working on the same program file at the same time? (at least that is how I understood it. Up until a few months ago, I thought git was the only source control software). And I am using TortoiseGIT because it is mentioned in some of the Danfoss literature.
I have a very simple (and perhaps stupid) question:
What is the difference between the .scs file and the .p1x? I understand that one is the Plus+1 Guide SCS File and one is the Plus+1 Guide Project File, so I guess the real question is why are the different and what purpose does each one serve? Like when you change your code only the .scs file changes (according to git), what causes changes in the .p1x file?
to Matt_Eng specifically can I ask why you have added .ddt and .sdb files to the .gitignore?