[Qt-interest] Qt creator and cvs

Friedemann Kleint Friedemann.Kleint at nokia.com
Thu Jul 8 16:15:59 CEST 2010


Hi,

> I'm using QtCreator 2.0 and I'm trying to create a project that will be
> added in a repository on a server but in the add version control list only
> Mercurial and Git appear. Why? In the Options->Version control -> CVS page
> all the fields seem correct.

This is currently not implemented in Qt Creator.
in theory, it could be done by letting it execute something like:

cvs co CVSROOT/modules
- add the project to the file
cvs ci CVSROOT/modules
cvs release CVSROOT/modules && remove
cvs co <new project>
cvs add <new files>

Regards,
Friedemann 
-- 
Friedemann Kleint
Nokia, Qt Development Frameworks



More information about the Qt-interest-old mailing list