Featured Article: Difference between revisions
From DataFlex Wiki
Jump to navigationJump to search
Hellboy1975 (talk | contribs) No edit summary |
Hellboy1975 (talk | contribs) 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 software 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 00:59, 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