Hi
I am starting to use Git version control for all my KRC program folders.
One problem I am facing is that Kuka likes to add a &REL# and &ACCESS RV# to the top of each src and dat file. It does it quite frequently, even when I don't make a change to the files.
So I might go and change 1 line of 1 file, and Git will detect that there are 20 different files changed, because their &REL number increased on various files. This is quite annoying, especially for when I am trying to find specific changes in my Git history, and 99% of the changes are these revision numbers.
Is there a way to get rid of these auto-generated lines at the top of the source and dat file?
I am running KRC4s from 8.3.33 to 8.6.4
Thank you.