Jump to content

Source Code Control

From LabVIEW Wiki
Revision as of 09:57, 20 June 2019 by Joerg.hampel (talk | contribs) (cosmetic changes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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