May 6, 2010

Georges Dubus Georges Dubus
Lab Rat
3 posts

What’s the best dcvs to use with Qt ?

Page  
1

A good troll is the best way to generate so activity, and to test more :)

Personally, I use bzr, but the lack of support in various IDE is anoying, and it’s too bad Qt’s translation system isn’t compatible with Launchpad (not out of the box).

What about you ?

27 replies

May 6, 2010

Henrik Hartz Henrik Hartz
Lab Rat
28 posts

errrm, what’s a dcvs? :) If you mean a versioning system, we use git and love it! Personally I still need some help when I make an ass out of myself, but being able to develop offline and then push a big chunk of commits is really awesome

 Signature 

May 6, 2010

aleksandar.babic aleksandar.b..
Lab Rat
3 posts

have to admit that I tried mercurial as well. it might be faster on windows, but it is missing

  1. stash
out of the box. there is also Tortoise GUI.

 Signature 

Senior Engineer at IT development department
Norwegian Meteorological Instittte

May 7, 2010

Milot Shala Milot Shala
Lab Rat
393 posts

I use git for my projects also on the projects that I intent to contribute, they’re using git as well, but I don’t like the Linus’ attitude on it :P (like the one here: http://www.youtube.com/watch?v=AxkGKtVNdik)

May 7, 2010

Olivier Goffart Olivier Goffart
Lab Rat
20 posts

Let me feed the troll: Why would there be one best? And why would the use of Qt matters when choosing the visioning system? (Or is your question: what is the dvcs that is best integrated in Creator?)

May 7, 2010

stephen stephen
Lab Rat
17 posts
Henrik Hartz wrote:
errrm, what’s a dcvs? :) If you mean a versioning system, we use git and love it! Personally I still need some help when I make an ass out of myself, but being able to develop offline and then push a big chunk of commits is really awesome

  1. git stash
  2. git pull --rebase
  3. git stash pop

Trying out some quoting.

May 7, 2010

stephen stephen
Lab Rat
17 posts

It looks like textile turned two ‘-’ into an em-dash.

May 7, 2010

mariusg mariusg
Ant Farmer
1099 posts
stephen wrote:
It looks like textile turned two ‘-’ into an em-dash.

I’ll have some words with textile, thanks!

 Signature 

Project Manager - Qt Development Frameworks

May 12, 2010

mariusg mariusg
Ant Farmer
1099 posts

Textile will behave now, the fix is in.

 Signature 

Project Manager - Qt Development Frameworks

May 23, 2010

khris khris
Lab Rat
19 posts

Personally I like Mercurial. Because it works better than Git on my Windows 7. And TortoiseHg is good too.

But for Qt apps, maybe Git is better choise. See gitorious [qt.gitorious.org] . :)

 Signature 

Let it be, let it be, let it be, walk your way.

May 27, 2010

idertator idertator
Lab Rat
4 posts

I like a lot subversion, because is very easy to set up your own server for personal user and the integration with QtCreator works very good as well

May 30, 2010

ucomesdag ucomesdag
Lab Rat
243 posts

Git for me too. Before I used Subversion but switched to Git because it creates a full local copy of the repository and has much easier branch control.

 Signature 

Write “Qt”, not “QT” (QuickTime).

June 23, 2010

Tobias Hunger Tobias Hunger
Mad Scientist
3150 posts

I saw a blueprint about adding bzr support to Qt Creator over at the ubuntu web page. Check the Creator plugin page [developer.qt.nokia.com] for a link.

PS: Please update the page if anything needs updating or you know of a plugin that is missing there.

June 25, 2010

Chris Roland Chris Roland
Lab Rat
5 posts

I use Git only because it seems to work slightly better than bzr, but I’m with Milot, I can’t stand Linus. One pro for me is, I’m seeing more repositories out there that support git, especially in the Ruby community.

I might give mercurial a try.

Subversion seems to be a great central repository. I sometimes have a central repo with svn and use git or bzr locally. There are pros and cons to this depending on which dvcs you use.

July 10, 2010

AlexBravo AlexBravo
Lab Rat
15 posts

A lot of Qt projects (including Qt itself) are hosted on gitorious.org [gitorious.org], so I would say try git there first. It’s pretty simple even for people who don’t know anything about git.
This short FAQ should get you started: FAQ [gitorious.org]

July 11, 2010

Casey Casey
Lab Rat
26 posts

I haven’t used any other DVCS then git. Using SVN after getting acquainted with git is like being a prisoner in Plato’s Cave [en.wikipedia.org] that is let out to gaze upon the sun then bundled back into the cave and chained to the wall again.

Git plug: A great reference site for git is git ready [gitready.com]

Page  
1

  ‹‹ I’m just posting this to test the forum... hello beta testers      am I online? ››

You must log in to post a reply. Not a member yet? Register here!