Results 1 to 4 of 4

Thread: cvs update in QT creator

  1. #1
    Join Date
    Aug 2009
    Posts
    6
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default cvs update in QT creator

    I created an empty project in Qt Creator and I added preexisting files in it which were checked out from cvs using our own scripts.
    I specify my own make commands in Build and Run settings

    Now I can do cvs diff,cvs commit on these files from QtCreator using options in Tools->CVS. But i'm looking for an option to do cvs update on all files in my project. How do I do that ?? I can see an option Tools->CVS->update project but it is disabled ??

    Also I would like if we have all these CVS related options when we rigtht click on file name in solution explorer and there should be no need to go to Tools->CVS->...

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

    Default Re: cvs update in QT creator

    The easiest way I have found is to ignore Qt's VC features and do them from the Windows shell, then I can right-click and "CVS Update", "SVN Update" or "GIT Update" depending on how the project is managed. I find this much easier than using Qt's built in version control features.

  3. #3
    Join Date
    Aug 2009
    Posts
    6
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: cvs update in QT creator

    @fatjuicymole

    I'm using qtcreator on linux. So need to find a UI option in qtc creator to do cvs update

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

    Default Re: cvs update in QT creator

    Linux should be easier as there is a vast amount of GUI tools for it, or you could just open an xterm and type "cvs update"

Similar Threads

  1. i can't update database,
    By xiongxiongchuan in forum Qt Programming
    Replies: 7
    Last Post: 29th June 2010, 14:44
  2. how to use update()?
    By zgulser in forum Qt Programming
    Replies: 0
    Last Post: 6th February 2009, 09:45
  3. Is Update() the right way?
    By td in forum Newbie
    Replies: 1
    Last Post: 5th December 2008, 14:54
  4. update()
    By JeanC in forum Qt Programming
    Replies: 4
    Last Post: 11th February 2008, 16:12
  5. Update a row
    By dragon in forum Newbie
    Replies: 9
    Last Post: 17th January 2006, 17:11

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.