09-03-2011 01:35 PM
I was wondering if there was any way to revert to an older VI build after applying a patch?
What I am trying to do:
I have looked in searched in the forums, and could not find something along this lines, possibly missed it. Is there any good way to do this?
Thank you,
-K
Solved! Go to Solution.
09-03-2011
01:42 PM
- last edited on
06-05-2024
09:23 AM
by
Content Cleaner
Yes, there's a good way to do it. It's called source code control. Based on your question you are apparently not using it. Now's your chance to learn about it and use it. LabVIEW is a programming language, and as such, doesn't have a source code control system. At least not a good one, anyway. Opinions on which one is the "best" are as varied as there are flavors in a Ben & Jerry's. I use Subversion with TortoiseSVN. Very simple and extremely effective. JKI has a toolkit for it: https://www.ni.com/en/support/downloads/tools-network/download.tortoisesvn-toolkit-for-labview.html.