Jump to content

Source Code Control: Difference between revisions

From LabVIEW Wiki
Added link to 8.6 help
m cosmetic changes
 
(3 intermediate revisions by 3 users not shown)
Line 3: Line 3:
Source code control (SCC) allows software developers to manage code for development and release.  SCC tools generally allow for the managment of additional files besides code.
Source code control (SCC) allows software developers to manage code for development and release.  SCC tools generally allow for the managment of additional files besides code.


Essential capabilities of source code control include:<br />
Essential capabilities of source code control include:
File Check-in/Check-out<br />
 
Revert to Previous<br />
* File Check-in/Check-out
File Comparison<br />
* Revert to Previous
File Merge<br />
* File Comparison
* File Merge




== LabVIEW and Source Code Control ==
== LabVIEW and Source Code Control ==


National Instruments maintains information on SCC and LabVIEW on this page:
National Instruments maintains information on SCC and LabVIEW, amongst others:
[http://decibel.ni.com/content/docs/DOC-1681]<br />
 
* [https://learn.ni.com/center-of-excellence/resources/84/code-management Center of Excellence - Code Management]
 
 
== Resources ==


Also check out the LabVIEW help (e.g., for 8.6): [http://zone.ni.com/reference/en-XX/help/371361E-01/lvconcepts/using_source_code/]
* [[Version Control Systems]]
* [[Source Code Control Tools]]


[[Some Source Code Control Tools]]
[[Category:SCC]]
[[Category:SW Engineering]]

Latest revision as of 09:57, 20 June 2019

General

Source code control (SCC) allows software developers to manage code for development and release. SCC tools generally allow for the managment of additional files besides code.

Essential capabilities of source code control include:

  • File Check-in/Check-out
  • Revert to Previous
  • File Comparison
  • File Merge


LabVIEW and Source Code Control

National Instruments maintains information on SCC and LabVIEW, amongst others:


Resources