Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [SOLVED] In project management, add to version control why only git (and none) is available on the dropdownlist?
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] In project management, add to version control why only git (and none) is available on the dropdownlist?

Scheduled Pinned Locked Moved General and Desktop
4 Posts 2 Posters 2.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    GoldenAxe
    wrote on last edited by
    #1

    I'm using QtCreator 2.6.81

    When creating new project, in the project management window, add to version control, why only git (and none) is available on the dropdownlist, when other version control system are set as well?

    Thanks

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mcosta
      wrote on last edited by
      #2

      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?

      Once your problem is solved don't forget to:

      • Mark the thread as SOLVED using the Topic Tool menu
      • Vote up the answer(s) that helped you to solve the issue

      You can embed images using (http://imgur.com/) or (http://postimage.org/)

      1 Reply Last reply
      0
      • G Offline
        G Offline
        GoldenAxe
        wrote on last edited by
        #3

        No but SVN is, I now understand I need to interact with a SVN repository manually, thanks I'll try it!

        1 Reply Last reply
        0
        • M Offline
          M Offline
          mcosta
          wrote on last edited by
          #4

          How I said before, in SVN you can't create a project from scratch. You can only interact with a SVN repository

          Once your problem is solved don't forget to:

          • Mark the thread as SOLVED using the Topic Tool menu
          • Vote up the answer(s) that helped you to solve the issue

          You can embed images using (http://imgur.com/) or (http://postimage.org/)

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved