I’m trying to put my current project on version control. With java, I’ve been using SVN because it has a very easy and intuitive plugin for eclipse. The current project I’m working on, is a Qt project. I’m using Qt Creator as my IDE. I am developing on Windows 7, and am using the Qt v. 4.7.4. I have come to the conclusion that GIT is the optimal choice of version control for Qt. My questions are: How can I set up a GIT repository on my server? How can i connect to it from QtCreator (remote computer)?
please note, I’m working under the assumption that GIT is the best solution. If it turns out that there is an easier alternative such as SVN, mercurial etc… please share that as well.
What OS are you on?
Personally on windows I use TortoiseGit separate from the IDE
I haven’t used any of this but see – Integrating QtCreator with source control