sdefisher Posted September 19, 2015 Share Posted September 19, 2015 Power PMAC IDE (2.0.3.40) "Project is too old for for converstion [sic], please upgrade your project manually, by creating a new project and transferring all your files to a new project" We are unable to share any projects between two computers because of this problems. The project resides on a company network. Both computers are running the same IDE 2.0.3.40. How can I share project files without creating a new project every time? It's incredibly frustrating. Link to comment Share on other sites More sharing options...
steve.milici Posted September 24, 2015 Share Posted September 24, 2015 What version of the IDE was used to create the project? Link to comment Share on other sites More sharing options...
sdefisher Posted September 25, 2015 Author Share Posted September 25, 2015 What version of the IDE was used to create the project? Power PMAC IDE (2.0.3.40) Our current workaround has been to copy the project from the network. Work on it locally. Then recopy it back to the network when we are done. It doesn't seem to trip this error unless we try to open the project from the network. We will be migrating the project to Git for source control, which would behave like the copy/recopy method. Link to comment Share on other sites More sharing options...
daves Posted September 25, 2015 Share Posted September 25, 2015 I see this on corrupted ppproj files. I don't know about Git but SVN causes this error for me! I get the project too old message when the ppproj file gets a conflict merge from SVN (this happens every time another user commits). The merge ends up like: <<<<<<< .mine 2.0.2.14 ykzk9403YKZK ||||||| .r64919 2.0.0.1 jeon4324JEON ======= 2.0.0.1 adpr1307ADPR >>>>>>> .r65041 Spelling errors aside this is unavoidable when mixing project based parameters with user based ones. I really hope these are separated out in the October release as it makes version control a pain... Link to comment Share on other sites More sharing options...
Recommended Posts