I'm migrating an app 1.3»2.0rc1 right now and I got no big trouble.
- I had to change names of folder/files, eg. app_controller.php » Controller/AppController.php
- Follow the migration link (tmp link) http://book2.cakephp.org/en/appendices/2-0-migration-guide.html
- plugins/components/.. from various source won't work (at minus, for point 1)
- To update the code (which in my case wasn't needed as the app worked well) I've shell-baked a dummy table and looked at differences in code.. It's a good starting point
- Authentication/Authorization changed in some config, but requires few changes.
- Trees still working
- Acl don't. But I'm quite sure it's my fault.
For now it's all, good work!