LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Hello, I want to use version controlling software with Labwindows.

Hello All.

I want to use version controlling tool with Labwindows/CVI. Actually version controlling tools work for text files and by using the tool i can do version controlling of my .c and .h files in Labwindows/CVI project. But is there a way to do version controlling of .uir files also. Version control tool can detect the changes made in .uir file but is there any tool that can be used to compare and merge .uir files too just like text files operation for version controlling.

Regards

0 Kudos
Message 1 of 2
(2,780 Views)
Hello Moshi,

Personally I never understood how the integrated version control system of
CVI works, but SVN (and TortoiseSVN) works fine with CVI projects.

UIR files are treated as binary, as they should be, and that's about all.
You could put the .tui file under version control instead, but I don't think
it's worth the bother.
--
Guillaume Dargaud
http://www.gdargaud.net/
0 Kudos
Message 2 of 2
(2,774 Views)