03-06-2025 06:56 AM
Hi, I'm using Community version of LabVIEW 2025 Q1, and I'm unable to get the source Control provided name in the drop down for integrating, Please help me in knowing if the Community version has this access or restricted, I knew it can be done with third party external sources, but I want to the build options for the community edition is available or not. Please respond to this asap.
Solved! Go to Solution.
03-06-2025 07:13 AM
Which Source Control Provider do you want to use?
AFAIK not all Source Control Software implemented this kind of access. I think Perforce and Visual Source Safe did, but SVN and GIT do not.
03-06-2025 07:15 AM
Thanks for responding, I want to connect to Azure Devops?
03-06-2025 07:21 AM
As I recall, the Source Control options have remained the same (very limited) choices for maybe the last 15 years. In particular, neither SVN (as in TortoiseSVN) nor GIT have native LabVIEW support. However, you might be able to find some "Tools" in the JKI Toolkit that can interface with SVN and GIT (I haven't used them, myself, although I've been using SVN since early in my LabVIEW experience).
Bob Schor
03-06-2025 07:33 AM
The option of source control is showing up as none in drop down, also I tried to restart the LabVIEW still I didn't get the option.
03-06-2025 08:02 AM - edited 03-06-2025 08:03 AM
Hi Yamini,
@YaminiPothana wrote:
The option of source control is showing up as none in drop down, also I tried to restart the LabVIEW still I didn't get the option.
Because you don't have a supported provider available...
(You still can use SVN or GIT, but not with tools provided by NI. I also see "None" in that options dialog, but use SVN all the time.)
03-06-2025 08:11 AM
Your Source Control Program of your choice needs to implement Microsoft Source Code Control Interface.
See:
If there is no entry in the dropdown, then the installed source control provider does not implement MSCCI. For example SVN and GIT do not implement this.