Jump to content

Source Code Control: Difference between revisions

From LabVIEW Wiki
mNo edit summary
Line 15: Line 15:
[http://decibel.ni.com/content/docs/DOC-1681]<br />
[http://decibel.ni.com/content/docs/DOC-1681]<br />


[[Some Source Code Control Tools]]
[[Source Code Control Tools]]


[[Category:SCC]]
[[Category:SCC]]
[[Category:SW Engineering]]
[[Category:SW Engineering]]

Revision as of 17:21, 20 October 2008

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 on this page: [1]

Source Code Control Tools