Results 1 to 3 of 3

Thread: how to use version control in qt creator

  1. #1
    Join Date
    Jul 2009
    Posts
    11
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default how to use version control in qt creator

    as the title, how to use the version control in qt creator, in win32 and linux platform.

  2. #2
    Join Date
    Mar 2009
    Posts
    98
    Thanks
    3
    Thanked 9 Times in 9 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: how to use version control in qt creator

    I create the repository, then in QtCreator/Options/Subversion I set the path of where is the subversion client program.

    Now, when I open some projects in the subversion repository directory, in QtCreator/Tool/Subversion I have some commands for add file, commit changes, diff, revert etc...

  3. #3
    Join Date
    Jul 2009
    Location
    Italy, Pieve Ligure (GE)
    Posts
    55
    Thanks
    7
    Thanked 6 Times in 6 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Talking Re: how to use version control in qt creator

    Or, if the repository already exists and maybe is remote, you need to first perform an initial checkout manually (i.e. using some svn tool external to QtCreator) to create a working copy.

    After that, for any project open in the working copy folder(s), QtCreator will give you several svn commands in the "Tools | subversion" menu.

    You need anyway to set the path of the external svn tool in "Tools | Options | Version control | Subversion". You may also need to set the authentication fields in the same dlg box; AFAIK, however, they are global to all your QtCreator projects and not specific to each project. Which may be inconvenient, if you have several remote repositories in different servers (possibly with different user names and pwds).

    Some svn operations cannot be done from within QtCreator (I didn't figure out how to, anyway), like "svn propedit", useful for marking files not to be included in svn control. These operations still have to be done manually.

    Ciao,

    Miwarre

Similar Threads

  1. Replies: 2
    Last Post: 12th July 2009, 09:24
  2. Designer doesn't load wwWidgets plugin
    By reimer in forum Installation and Deployment
    Replies: 21
    Last Post: 7th February 2009, 04:23
  3. Distributing QT application for Mac OS
    By mb0 in forum Qt Programming
    Replies: 1
    Last Post: 31st May 2007, 19:59
  4. Replies: 15
    Last Post: 21st April 2007, 18:46
  5. Version control - what to use?
    By TheKedge in forum General Programming
    Replies: 11
    Last Post: 4th March 2007, 09: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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.