Jump to content

Source Code Control Tools: Difference between revisions

From LabVIEW Wiki
m add link to mercurial to SourceTree app
 
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
Source Code Control Tools are used to interact with [[Version Control Systems]].
==Direct LabVIEW interfaces==
==Direct LabVIEW interfaces==
The LabVIEW 8.6 help includes a list of SCC tools that integrate with LabVIEW's source code control interface:
The LabVIEW 8.6 help includes a list of SCC tools that integrate with LabVIEW's source code control interface:
[http://zone.ni.com/reference/en-XX/help/371361E-01/lvconcepts/using_source_code/]
[http://zone.ni.com/reference/en-XX/help/371361E-01/lvconcepts/using_source_code/]


[[Agent SVN]]<br />
[[Perforce]]<br />
[[Perforce]]<br />
[[Microsoft Visual SourceSafe]]<br />
[[Microsoft Visual SourceSafe]]<br />
[[Microsoft Team System]]<br />
[[Microsoft Team System]]<br />
[[MKS Source Integrity]]<br />  
[[MKS Source Integrity]]<br />
[[IBM Rational ClearCase]]<br />  
[[IBM Rational ClearCase]]<br />
[[Serena Version Manager (PVCS)]]<br />  
[[Serena Version Manager (PVCS)]]<br />
[[Seapine Surrond SCM]]<br />  
[[Seapine Surrond SCM]]<br />
[[Borland StarTeam]]<br />  
[[Borland StarTeam]]<br />
[[Telelogic Synergy]]<br />  
[[Telelogic Synergy]]<br />
[[PushOK (CVS and SVN plugins)]]<br />  
[[PushOK (CVS and SVN plugins)]]<br />
[[ionForge Evolution]]<br />
[[ionForge Evolution]]<br />


==SCC systems==
This page offers a comparison of different tools:<br> [[SCC Tool Comparison]]
The following systems are accessible outside the LabVIEW project environment:<br />
 
[[Subversion]]
==Stand-Alone Tools==
[[CVS]]
 
Depending on the Version Control System used, there are usually various third-party tools that offer additional features or platform-specific UX. Popular examples are
 
* [https://tortoisesvn.net TortoiseSvn] for use with [[Subversion]]
* [https://www.sourcetreeapp.com SourceTree] for use with [[Git]] and [[Mercurial]]


This page offers a comparison of different tools:<br />
[[Category:SCC]]
[[SCC Tool Comparison]]

Latest revision as of 18:56, 20 June 2019

Source Code Control Tools are used to interact with Version Control Systems.

Direct LabVIEW interfaces

The LabVIEW 8.6 help includes a list of SCC tools that integrate with LabVIEW's source code control interface: [1]

Agent SVN
Perforce
Microsoft Visual SourceSafe
Microsoft Team System
MKS Source Integrity
IBM Rational ClearCase
Serena Version Manager (PVCS)
Seapine Surrond SCM
Borland StarTeam
Telelogic Synergy
PushOK (CVS and SVN plugins)
ionForge Evolution

This page offers a comparison of different tools:
SCC Tool Comparison

Stand-Alone Tools

Depending on the Version Control System used, there are usually various third-party tools that offer additional features or platform-specific UX. Popular examples are