[Qt-interest] QtCreator and Perfoce

Friedemann Kleint Friedemann.Kleint at nokia.com
Mon Jun 29 09:03:22 CEST 2009


Hi Michael,

to find out whether the current file is managed by p4, Qt Creator runs

p4 fstat -m1 <directory>/...

and checks the result for "depotFile".
Could you try that in the respective directory?

One thing we observe here is that is if there is a symbolic link involved in 
the path, p4 will respond differently when run from the command line or from Qt 
Creator (which uses absolute paths). You might then have to set the 
"Root:" line of the p4 client  to the absolute path without links to make it 
work in Qt Creator.

Regards,
Friedemann

PS. The output looks like:
... depotFile //depot/<path>/main.cpp
... clientFile /depot/<path>/main.cpp
... isMapped
... headAction edit
... headType text
... headTime 1159790768
... headRev 3
... headChange 238122
... headModTime 1159790732
... haveRev 3


-- 
Friedemann Kleint
Nokia, Qt Software

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090629/37c55877/attachment.html 


More information about the Qt-interest-old mailing list