Creating a qt creator to work with svn turtle on windows

I was wondering how to create qt creator 2.1.0 to work with the tortoise svn on windows 7. I have been using the tortoise for quite some time and would like it to work. I tried to find some tutorials on the Internet and was unsuccessful.

Thank!

+3
source share
2 answers

You cannot use the turtle directly with Qt. But you can configure Qt to use SilkSvn to work with your turtle server. here is the link: silksvn

+2
source

I use QT Creator and Tortoise to test and play with svn.

Tortoise, " ". QT Creator, // /SVN. "C:\Program Files\TortoiseSVN\bin\svn.exe" " Subversion"

( )

β†’ https://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-quick-start.html

β†’ https://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-import.html#tsvn-dug-import-in-place

QTCreator, QT Creator , svn VersionControl. [] . QTCreator: Tools > Subversion.

- 5 . , "" QTCreator. . , .

+1

All Articles