09-10-2014 08:12 PM
Hello,
I have a vi with same name in different locations which i found through windows search and by sorting them by "date modified" shows that they were written on some dates since 2008-2014.(almost every year has a modified version ,code wise internally)
and this vi is being called in a main vi which is now an executable, is there a way to find out which of these locations might have been used to include this vi.
if not possible to get these subvi locations inside the exe
is there a way to automate the process of "searching in windows-->getting a list of locations of the vi-->comparing all together to see differences inside"
Thanks
09-10-2014 08:40 PM
09-10-2014 09:46 PM
09-11-2014 10:34 AM
Yup, SCC.
Since that wasn't used there isn't much you can do. You have a built EXE and you aren't going to get the source out of it, to be able to know what was used. The best I guess you could do is look at the date the EXE was created, and the date the file was last modified. But that doesn't mean that version was used.
I guess another thing you could do is try to find the differences in the code between all of your versions. Like do they behave slightly different, or look different? Then you could open your EXE and try to see which version it looks like, or behaves like. But if they all look the same, and work the same from a high level, you will not have much luck.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
09-15-2014 11:50 PM
Thanks, all valuable inputs.
are there good practices of how the folders are named / structured for SCC, any guides setting up scc?
09-16-2014 09:11 AM - edited 09-16-2014 09:12 AM
@freemason wrote:
Thanks, all valuable inputs.
are there good practices of how the folders are named / structured for SCC, any guides setting up scc?
Ultimatly it is what ever works best for you, but this is a good start. Oh here are a few other articles that have very good information, but some of it looking dated showing older versions of SVN.
http://thinkinging.com/category/tortoisesvn/
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
09-16-2014 09:55 AM