[SOLVED] In project management, add to version control why only git (and none) is available on the dropdownlist?
General and Desktop
4
Posts
2
Posters
2.1k
Views
1
Watching
-
Hi,
IMHO only git allows you to create directly a versioned project; for CVS, SVN and "centralized VCS" allow only to checkout existing repositories.
For example, to create a new SVN project you MUST:
Create a Project Folder with you sources
Import you code in SVN repository
the same is valid for CVS.
I don't know for Mercurial and Bazaar but, are they correctly installed and configured in QtCreator?