Featured Article: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
(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...)
 
No edit summary
Line 1: Line 1:
'''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.
'''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. [[Version Control|Read More]]
There are many Version Control software packages available for developers, both free and commercial. [[Version Control|Read More]]

Revision as of 01:57, 6 December 2007

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 software packages available for developers, both free and commercial. Read More