Hi Guys,
I am searching for "best practice" for setting up my whole environment.
We use git to store our source and by now I distribute my source (LabVIEW/Matlab/Teststand) via Feeds to my Teststations.
Is there a "clean" way to handly the environment settings, like Adapter, search paths and logfile paths?
I know about the environment file, but every developer have its own folder structure like I store my project under C:/git/projectname... and a college for example C:/projects/git/projectname
What I do right now for the Teststations itself:
i have all my settings/inis and so on in my feed --> this works as planned
But how can I handle my developing machines without !manually! add search directories to my git checkouts?
I was hoping a working space would handle at least directories, but it doesnt...
Some ideas, am I missing something?
thanks in advance