Results 1 to 13 of 13

Thread: version control - what is that?

  1. #1
    Join Date
    Nov 2010
    Location
    Budapest, Hungary
    Posts
    125
    Thanks
    17
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default version control - what is that?

    Hi,

    this question is maybe not really a Qt-question, but I came across this using the QtCreator. Whenever I create a new class I have to choose which project to add to, this is ok, and which version control to add to. Now I would like to know 1st what is it exactly, because I can't really understand what I found on the net, and 2nd which to choose and what happens if I choose the "none" option? (or what if not? )
    Szilvi

  2. #2
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: version control - what is that?

    Did you try typing "Version Control" into google?
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  3. #3
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: version control - what is that?

    Quote Originally Posted by high_flyer View Post
    Did you try typing "Version Control" into google?
    I love this site: http://lmgtfy.com/?q=version+control

  4. #4
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: version control - what is that?

    That is cool!
    Too bad its in german! ;-)
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  5. #5
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: version control - what is that?

    Quote Originally Posted by high_flyer View Post
    Too bad its in german! ;-)
    It's multilingual! It just uses the default language selection of your browser.

  6. #6
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: version control - what is that?

    It's multilingual! It just uses the default language selection of your browser.
    perfect! I will use it from no on in similar cases!
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  7. #7
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: version control - what is that?

    Quote Originally Posted by Lykurg View Post
    There is also this one:

    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  8. #8
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: version control - what is that?

    Be warned though, once you have used version control, you'll never want to be without it, regardless of the project.

  9. #9
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: version control - what is that?

    Quote Originally Posted by squidge View Post
    Be warned though, once you have used version control, you'll never want to be without it, regardless of the project.
    Unless the revision control you choose is Clear Case Then you'll say that revision control sucks.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  10. #10
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: version control - what is that?

    Never used clear case to be honest. I started with CVS, then SVN, and now DVCS.

  11. #11
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: version control - what is that?

    I never used it myself but I heard many bad opinions about it. I started with CVS, now using SVN for my own projects and git for imported ones.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  12. #12
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Thanks
    21
    Thanked 418 Times in 411 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: version control - what is that?

    I use it at work.
    It is a good thing for complex projects with many contributors - but it takes time to learn to work with it correctly.
    So its not bad, I had so far no issues with it.
    I find the version graph very good, you really can see what is going on in the various branches, and the changes between branches and version with a point and click design - which I wish SVN had.
    At home or for small projects I use SVN.
    ==========================signature=============== ==================
    S.O.L.I.D principles (use them!):
    https://en.wikipedia.org/wiki/SOLID_...iented_design)

    Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.

  13. #13
    Join Date
    Dec 2010
    Posts
    3
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: version control - what is that?

    Quote Originally Posted by wysota View Post
    There is also this one:

    *lol*

    `LMGTFY' is a nice piece of sardonic humor but when the point still isn't made I prefer to pass on a very nice --albeit dated-- write up by Eric Steven Raymond called "How to ask questions the smart way".
    [ http://www.catb.org/~esr/faqs/smart-questions.html ]

    And, If they still cant get the idea after they get that link i usually resort to hoping they fall down a large hole (*sigh* too bad i don't know if that ever happens though).


    *lol*

Similar Threads

  1. Replies: 0
    Last Post: 16th December 2009, 09:45
  2. How to control my dll version in pro file
    By cspp in forum Qt Programming
    Replies: 0
    Last Post: 29th October 2009, 07:57
  3. how to use version control in qt creator
    By guchangyuan in forum Qt Programming
    Replies: 2
    Last Post: 27th July 2009, 10:20
  4. Replies: 5
    Last Post: 5th October 2008, 05:12
  5. Version control - what to use?
    By TheKedge in forum General Programming
    Replies: 11
    Last Post: 4th March 2007, 08:49

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.