PDA

View Full Version : Where should I write the URL to using a Subversion



TomASS
1st November 2010, 08:32
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 :/

Lykurg
1st November 2010, 10:46
New project -> project from a version control system -> subversion.

TomASS
1st November 2010, 19:33
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

squidge
1st November 2010, 19:59
Alternatively, you could just do it "manually" (my preferred method)

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



svn checkout http://blah


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

Lykurg
1st November 2010, 20:28
Unfortunately in New->Project I've only Qt4 Gui Application; Qt4 Console Application; C++ LibraryWhich 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.0/creator-project-creating.html. It is called "Project from Version Control".