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. Qt Creator + Subversion : Am I doing it wrong?
Forum Updated to NodeBB v4.3 + New Features

Qt Creator + Subversion : Am I doing it wrong?

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 2.4k 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.
  • C Offline
    C Offline
    cboles
    wrote on 18 Feb 2014, 18:55 last edited by
    #1

    I'm a long time Qt and Subversion user on Windows who has recently started doing development on OSX. Since OSX doesn't (IMHO) have a nice simple svn GUI client like TortoiseSVN, I'm trying to use the svn features built into Qt Creator.

    All of my projects are already in source control, and most have some files in their project that come from folders outside of the project itself (e.g. "../common"). One of the problems I'm running into in Qt Creator is that if I try to commit the whole project by using Tools | Subversion | Commit project "projectname", it only seems to be considering the files in the project folder, not the files from other folders that are referenced in the .pro / .pri files. Qt Creator is obviously aware of these files since they are properly shown in the Projects sidebar tree.

    It seems to me that Qt Creator is doing the equivalent of

    svn commit {project_dir}

    instead of

    svn commit {dir1/project_file1...dirN/project_fileN}

    I would expect the Qt Creator would attempt to commit each changed file in the project regardless of its location (assuming it is a file under svn)?

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on 25 Feb 2014, 11:32 last edited by
      #2

      Yes, creator does svn commit project_dir. I am surprised that subversion even supports this!

      1 Reply Last reply
      0
      • C Offline
        C Offline
        cboles
        wrote on 25 Feb 2014, 18:32 last edited by
        #3

        Do you think I should file a bug or a feature request? To me, a project and a directory are not equivalent, so I think it would be expected functionality when you "commit project" that it attempts to commit all of the files in the project which are under source control. I'm also happy to add this functionality in myself and contribute it, but I don't know what the implications would be to all of the other SCM plugins (aside from git, which I also use)

        1 Reply Last reply
        0

        1/3

        18 Feb 2014, 18:55

        • Login

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