LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW Source Control Plugin? - Like GitHub?

Hey LabVIEW community.

Does anyone know of a plugin for GitHub for LabVIEW?  I used TortoiseSVN for some time but wanted to see if there's a GitHub plugin.  The internet is being difficult.  

0 Kudos
Message 1 of 13
(1,971 Views)

you can try source tree, it works for that

 

https://confluence.atlassian.com/get-started-with-sourcetree/connect-your-bitbucket-or-github-accoun...

 

______________________________________________________________
Have a pleasant day and be sure to learn Python for success and prosperity.
Message 2 of 13
(1,966 Views)

There is git4G by DATA AHEAD

https://www.ni.com/de-de/shop/software/products/git4g.html 

 

It is not free, but low price.

Message 3 of 13
(1,913 Views)

I use SourceTree with LVCompareWrapper for diff viewing.

Message 4 of 13
(1,887 Views)

There's also TortoiseGIT if you like that interface. I don't think it integrates so you can see it in the project (the only good thing i can say about ClearCase), but otherwise it should work fine.

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
Message 5 of 13
(1,875 Views)

@Yamaeda wrote:

There's also TortoiseGIT if you like that interface. I don't think it integrates so you can see it in the project (the only good thing i can say about ClearCase), but otherwise it should work fine.


Both TortoiseSVN and TortoiseGIT do not directly integrate into LabVIEW but into the Windows Explorer instead. It's how I use both of them, although mostly TortoiseSVN as the SubVersion system feels more transparent and simpler to use than GIT. But I have used TortoiseGIT at two client sides where they used GIT internally for their entire software version control and it works fine. The TortoiseSVN client does seem a bit more smooth and integrated. The TortoiseGIT client has a bit of a *nix look and feel for my taste.

 

I did try the Viewpoint Software TSVN Toolkit in the past but found its advantage minimal and there were some stability issues with the project plugin that could make working with large LabVIEW projects quite problematic. Personally I did not feel that the full project integration did add very much to the experience.

Rolf Kalbermatter
My Blog
Message 6 of 13
(1,830 Views)

Can you elaborate a bit on LVcomparewrapper. Is that included with LV Development or a third party thing? I used SourceTree in the past but didn't like the interface. Tried several times to get a compare tool to work with no success. Finally just switched to GitHub Desktop which has a cleaner interface, but not as many options, and of course different files are just "binary" in the compare window

0 Kudos
Message 7 of 13
(1,817 Views)

I think that's a third party thing, i found it online.

It basically just opens two Labview windows side by side and highlights the differences between two versions of a VI.

Message 8 of 13
(1,791 Views)

@DailyDose wrote:

Hey LabVIEW community.

Does anyone know of a plugin for GitHub for LabVIEW?  I used TortoiseSVN for some time but wanted to see if there's a GitHub plugin.  The internet is being difficult.  


We use Fork. Also (like TortoiseSVG, TortoiseGit and SourceTree) not a LabVIEW plugin...

 

Fork isn't free, but affordable. The license isn't based on subscription (one time purchase) , which is nice.

 

Git is more complex then SVN for sure. But only because there are much more possibilities. The ability to commit locally (has the potential to!) complicate things a lot. But, you can use Git like SVN and then you won't have the complexity. If you are a single developer, the transition from SVN to git should be straightforward.

0 Kudos
Message 9 of 13
(1,781 Views)

@AeroSoul wrote:

I think that's a third party thing, i found it online.

It basically just opens two Labview windows side by side and highlights the differences between two versions of a VI.


I am anxious to try this.  Always on the hunt for a tool that can diff VIs in some capacity.

0 Kudos
Message 10 of 13
(1,763 Views)