Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    QtCreator : svn for existing project that is not under version control

    Tools
    3
    4
    8732
    Loading More Posts
    • 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.
    • F
      f.vanalmetelevic.com last edited by

      I have an existing project that is not yet under version control. Can I add svn version control to that project from within Qt Creator ?
      (something similar to Eclipse's Team->Share Project). For projects that are not under version control, I don't have the 'Subversion' item under Tools. The item seems only visible when the project is already under version control.

      1 Reply Last reply Reply Quote 0
      • Z
        ZapB last edited by

        No, you have to do an "svn import <your local dir> <repo URI>" outside of qt-creator and then get a checkout of the project from the repo.

        Nokia Certified Qt Specialist
        Interested in hearing about Qt related work

        1 Reply Last reply Reply Quote 0
        • Z
          ZapB last edited by

          Don't forget to create the other usual dirs in your repo (ie trunk, tags, branches or whatever convention you are using).

          Nokia Certified Qt Specialist
          Interested in hearing about Qt related work

          1 Reply Last reply Reply Quote 0
          • T
            tobias.hunger last edited by

            There is "QTCREATORBUG-2443":http://bugreports.qt.nokia.com/browse/QTCREATORBUG-2443 requesting exactly this feature.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post