What is the exact problem? If I choose to checkout in the Creator Dialog, I get 3 edit fields to fill:
1. Repository: it should contain the full path to your project directory in the repository i.e. svn+ssh://mar...@rechner4/home/martin/svn/Daten/branches/Programmierung 2. a directory name that will be created as a container for the files you will checkout 3. the path, were the directory named in (2) will be created. After that QtCreates begins to checkout all files and directories of the given repository path... to your path in (3)/(2) Please read the QtCreator documentation concerning common configuration options for version control systems. Please note that I use ssh keys to authenticate to my server, so I do not have to pass any secret passwords via svn calls. If you have further question i propose to continue this discussion on the QtCreator mailing list ;-) Greetings Martin Am Sonntag, 27. Juni 2010 schrieben Sie: > Yes, that way I know ... I'm using this. I create the project and sending > with tortoise. But I want to use the service that already has on qt creator > 2. When I build the project have the option to create a SVN checkout. But I > do not know to configure in Windows 7. > > 2010/6/26 Martin Hofius <[email protected]> > > > Hi, > > > > install a typical svn client (i.e. tortoise), setup your project files > > and directories with this tool. Then you will be able to use svn from > > within QtCreator. > > > > Greetings > > Martin > > > > Am Samstag, 26. Juni 2010 schrieb Lucas Pereira Caixeta: > > > Hello guys! ... > > > > > > Please, I'm trying to setup SVN in 2 qt creator and I can not. > > > Can anyone help me? My SVN is the "google code" and my O.S is Windows > > > 7. > > > > > > > > > []`s > > > > _______________________________________________ > > Qt-interest mailing list > > [email protected] > > http://lists.trolltech.com/mailman/listinfo/qt-interest _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
