Version Control: Difference between revisions

m
New section 'External Resources' and links.
m (New section 'External Resources' and links.)
 
(4 intermediate revisions by 4 users not shown)
Line 2: Line 2:


There are many Version Control software packages available for developers, both free and commercial.
There are many Version Control software packages available for developers, both free and commercial.


==Why use Version Control?==
==Why use Version Control?==
Line 9: Line 10:


Version Control can also be integrated with Bug Tracking Software.  For Sourcegear's Fortress Package includes both Version Control and Bug Tracking modules, so that files may be checked in against bugs.
Version Control can also be integrated with Bug Tracking Software.  For Sourcegear's Fortress Package includes both Version Control and Bug Tracking modules, so that files may be checked in against bugs.


==Concepts==
==Concepts==
Line 29: Line 31:
* [http://subversion.tigris.org/ Subversion]
* [http://subversion.tigris.org/ Subversion]
* [http://http://www.nongnu.org/cvs/ CVS]
* [http://http://www.nongnu.org/cvs/ CVS]
* [http://www.eclipse.org/eclipse/platform-cvs/ Eclipse CVS client]
* [http://subclipse.tigris.org/ Eclipse Subversion client (Subclipse)]
* [http://www.polarion.org/index.php?page=overview&project=subversive Another Eclipse Subversion client (Subversive)]
* [http://tortoisesvn.tigris.org/ Tortoise SVN] a Subversion Client that is integrated into Windows Explorer - '''very''' easy to use
* [http://www.tortoisecvs.org/ Tortoise CVS] a CVS Client that is integrated into Windows Explorer
==Version Control and DataFlex articles on this wiki==
* [[Using GIT for Dataflex Development]]
* [[Subversion]]
==External Resources for Version Control and DataFlex==
* [https://www.dataaccess.com/blog/systems-environments/using-git-with-dataflex-1596| Using Git with DataFlex - a Data Access blog]
* [https://www.dataaccess.com/blog/systems-environments/the-case-for-distributed-source-control-1238| The case for distributed source control - a Data Access blog]
* [https://https://git-scm.com/book/en/v2| A Git ebook]


==Commercial Packages==
==Commercial Packages==
Line 36: Line 57:


[[Category: Development Tools]]
[[Category: Development Tools]]
[[Category: Version Control]]