I was wondering if it was ever possible that we have the new version
of cake running in a folder called "cake-new' or something and
selectively recode a few pages to run using cake 1.3 while the rest of
the site continues to use cake 1.2..
Have you tried using something like git? You could create a branch
with your application code for each cakephp version and work on both
version at a time to upgrade your application.

E.g. create a git repository, and import CakePHP 1.2.x (whatever you
use in your master), add you application code and data, then branch
with `git branch cakephp-1.3` and upgrade CakePHP to 1.3.x.

Next? Local development system, and see what happens.

Plus: http://book.cakephp.org/view/1561/Migrating-from-CakePHP-1-2-to-1-3

Happy hacking :)

With kind regards,
Daniel

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to