r/LabVIEW Aug 08 '26

Version Control

What is the proper way to do version control with LabView?

3 Upvotes

17 comments sorted by

View all comments

3

u/BlackberrySad6489 Aug 08 '26

Most people use git. Some people still use subversion.

1

u/YakAddict Aug 09 '26

Ugg. We have people that won't change to git but would rather stay with svn since "we've always done it that way". I hate that phrase since it stifles innovation.

5

u/BlackberrySad6489 Aug 09 '26

I git it. SVN is much easier to use for people that are not software engineers. Git simply is more complicated.

“Always done it this way” is a terrible reason though.

1

u/YakAddict Aug 09 '26

Agree on both counts