ext Patrick van Ginkel wrote: > 2- When I update my project with 'Tools->Subversion->Update Project' I > get the following error message: > / 16:55 Executing: C:\Archivos de programa\SlikSvn\bin\svn.exe > --username ******** --password ******** update C:\DEVELOP\EPC > This client is too old to work with working copy > / How can I upgrade de QT-Subversion version ?
This sounds like you might have used a more recent version of Subversion at some point, which upgraded your local checkout. In that case the fix would be to point Qt Creator to this newer version of svn.exe. It could also be that you have used some other IDE with Subversion integration that is more up to date than your installed svn.exe, which could also have caused your checkout to be upgraded or to be of some newer version. Regards, Bjørn -- Thorbjørn Lindeijer Software Engineer Nokia, Qt Software _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
