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 :/
Printable View
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 :/
New project -> project from a version control system -> 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
Alternatively, you could just do it "manually" (my preferred method)
Go to an empty folder in a dos command line window and type:
Code:
svn checkout http://blah
Job done! The chosen directories/files will be created in the current directory.
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".