Version Control Systems
The recommended way to set up a project is to use a version control system. Store and edit only project source files and configuration files. Do not store generated files. To use version control systems from Qt Creator, you need to set them up.
Qt Creator integrates the following version control systems:
Version Control System | Address | Notes |
---|---|---|
Bazaar | http://bazaar.canonical.com/ | |
ClearCase | http://www-01.ibm.com/software/awdtools/clearcase/ | Disabled by default. To enable the plugin, select Help > About Plugins > Version Control > ClearCase. Then select Restart Now to restart Qt Creator and load the plugin. |
CVS | http://www.nongnu.org/cvs/ | |
Fossil | https://fossil-scm.org/index.html/doc/trunk/www/index.wiki | Disabled by default. To enable the plugin, select Help > About Plugins > Version Control > Fossil. |
Git | http://git-scm.com/ | Git version 1.9.0, or later Gerrit version 2.6, or later |
GitLab | http://gitlab.com/ | Experimental |
Mercurial | http://mercurial.selenic.com/ | |
Perforce | http://www.perforce.com | Server version 2006.1 and later Disabled by default. To enable the plugin, select Help > About Plugins > Version Control > Perforce. |
Subversion | http://subversion.apache.org/ | Subversion version 1.7.0 and later |
See also Create VCS repositories for new projects, Set up version control systems, and Use common VCS functions.