Results 1 to 5 of 5

Thread: Where should I write the URL to using a Subversion

  1. #1
    Join Date
    Apr 2009
    Posts
    75
    Thanks
    15
    Qt products
    Qt4
    Platforms
    Windows

    Default Where should I write the URL to using a Subversion

    Hi all!

    I've installed a subversion and I have a URL to repository - where should I a put these adress?

    The field for svn.exe and authentication are in options->subversion, but there's no URL field :/

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Where should I write the URL to using a Subversion

    New project -> project from a version control system -> subversion.

  3. #3
    Join Date
    Apr 2009
    Posts
    75
    Thanks
    15
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Where should I write the URL to using a Subversion

    Unfortunately in New->Project I've only Qt4 Gui Application; Qt4 Console Application; C++ Library

    so I don't have a project from a version control

  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: Where should I write the URL to using a Subversion

    Alternatively, you could just do it "manually" (my preferred method)

    Go to an empty folder in a dos command line window and type:

    Qt Code:
    1. svn checkout http://blah
    To copy to clipboard, switch view to plain text mode 

    Job done! The chosen directories/files will be created in the current directory.

  5. #5
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Where should I write the URL to using a Subversion

    Quote Originally Posted by TomASS View Post
    Unfortunately in New->Project I've only Qt4 Gui Application; Qt4 Console Application; C++ Library
    Which version of Qt Creator do you use? I can't imagine that it is not there...

    EDIT: see http://doc.qt.nokia.com/qtcreator-2....-creating.html. It is called "Project from Version Control".

Similar Threads

  1. [Solved] Using a Subversion Client with QtCreator
    By philwinder in forum Qt Tools
    Replies: 1
    Last Post: 30th November 2010, 23:16
  2. QT and Subversion
    By TomASS in forum Qt Tools
    Replies: 1
    Last Post: 18th September 2009, 23:25
  3. Qt(Creator), subversion: include revision
    By rgrayson in forum Qt Programming
    Replies: 0
    Last Post: 8th May 2009, 17:39
  4. Eclipse/Subversion question [URGENT]
    By MarkoSan in forum General Programming
    Replies: 1
    Last Post: 30th June 2008, 22:11
  5. subversion revision number
    By mikro in forum General Discussion
    Replies: 6
    Last Post: 16th October 2006, 20:13

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.