TortoiseSvn
-
wrote on 5 Apr 2011, 06:37 last edited by
Is there going to be a QtCreator plugin for TortoiseSvn ?
-
wrote on 5 Apr 2011, 06:46 last edited by
Qt Creator supports subversion for ages already.
TortoiseSvn is just another client for subversion.
-
wrote on 5 Apr 2011, 06:47 last edited by
How can i use TortoiseSvn with QTCreator ?
-
wrote on 5 Apr 2011, 07:08 last edited by
You cannot and you need not. TortoiseSVN is just a GUI that uses the command line tools of svn (respectively the libs that do the work) and Creator has its own GUI for this.
-
wrote on 5 Apr 2011, 07:09 last edited by
So how can i use svn with QtCreator ?
-
wrote on 5 Apr 2011, 07:37 last edited by
Qt Creator uses the command line clients for version control.
For SVN on Windows, for example "slik SVN":http://www.sliksvn.com/ can be used.
The executable can be configured at Tools -> Options -> Version Control -> Subversion.
It does not necessarily need to be in the search path.
5/6