Featured Article

From DataFlex Wiki
Revision as of 01:57, 6 December 2007 by Hellboy1975 (talk | contribs) (New page: '''Version Control''', sometimes known as '''Revision Control''' or '''Source Control''' is the concept of managing multiple revisions of source files. By using version control, developer...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Version Control, sometimes known as Revision Control or Source Control is the concept of managing multiple revisions of source files. By using version control, developers are able to track changes made to source code files, and where neccessary revert these files back to an older state.

There are many Version Control softare packages available for developers, both free and commercial. Read More