Source Code Control: Difference between revisions
Appearance
New page: == 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 cod... |
Added link to 8.6 help |
||
Line 13: | Line 13: | ||
National Instruments maintains information on SCC and LabVIEW on this page: | National Instruments maintains information on SCC and LabVIEW on this page: | ||
[http://decibel.ni.com/content/docs/DOC-1681] | [http://decibel.ni.com/content/docs/DOC-1681]<br /> | ||
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/] | |||
[[Some Source Code Control Tools]] | [[Some Source Code Control Tools]] |
Revision as of 01:25, 30 September 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]
Also check out the LabVIEW help (e.g., for 8.6): [2]