02-21-2007 03:12 PM
Hi,
We have in mind to use the LabVIEW (in Professional from ver. 8.0) SCC toolbox to make an application to retrieve files from our SCC server. But we need the possibility to Get Files by Label Version instead of Get Latest Version.
I’m looking forward to hear from all the experts out there J
Best regards,
Morten Pedersen
01-03-2008 11:45 AM
01-03-2008 12:33 PM - edited 01-03-2008 12:35 PM
01-03-2008 01:02 PM
01-03-2008 03:00 PM
Another bit of information on this topic. It is possible that LabVIEW doesn't provide this capability because it isn't supported by the Microsoft Source-Code Control Interface, but I am not 100% sure. However, I believe I have found a workaround. Many, if not all, SCC providers have command line interfaces. I know that Perforce does and I am using Seapine Software's Surround SCM, which also has a command line interface. Surround SCM's command line interface allows you to get files recursively and according to label. This means that I can still get all files from my SCC provider for a given label using LabVIEW, just not through the SCC VIs. I believe that the way to access your SCC provider's command line interface is by using System Exec.vi. Check your SCC provider documentation for command line interface descriptions or other available interfaces, such as ActiveX Automation.
01-04-2008 06:52 AM
01-07-2008 04:19 AM