LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Source Control usage in labview 2025 Version

Solved!
Go to solution

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.

0 Kudos
Message 1 of 7
(109 Views)
Solution
Accepted by YaminiPothana

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.

0 Kudos
Message 2 of 7
(103 Views)

Thanks for responding, I want to connect to Azure Devops?

0 Kudos
Message 3 of 7
(100 Views)

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

0 Kudos
Message 4 of 7
(89 Views)

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.

0 Kudos
Message 5 of 7
(72 Views)

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.)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 7
(47 Views)

Your Source Control Program of your choice needs to implement Microsoft Source Code Control Interface.

See: 

https://www.ni.com/docs/en-US/bundle/labview/page/selecting-a-source-control-provider.html?srsltid=A... 

 

https://www.ni.com/en/support/documentation/supplemental/06/software-configuration-management-and-la... 

 

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.

0 Kudos
Message 7 of 7
(39 Views)