[symfony-users] Re: Migration of Symfony 1.0 to 1.4 Help and Hints please

2010-07-01 Thread pghoratiu
If you want to upgrade the project you can get only till 1.3 because in 1.4 the backward compatible elements were removed. To move the project between 1.3 - 1.4 you will certainly have to do some rewrites/refactoring. I also have a project running on 1.0 but I think I would rather jump to 1.4

[symfony-users] Re: Migration of Symfony 1.0 to 1.4 Help and Hints please

2010-07-01 Thread Richtermeister
Hey Juerg, fear not, I've done exactly that 1.0 - 1.4 a number of times recently, and it's not all bad. But yes, I would recommend stepping through each new version, just in order to run the project:upgradeXX tasks.. The first step is the hardest, since you need to manually update the symfony

Re: [symfony-users] Re: Migration of Symfony 1.0 to 1.4 Help and Hints please

2010-07-01 Thread Jürg Messmer
Hi Daniel (and Gabriel) for your response! That was what I needed, some hints and a little comfort. I am going for it! Thanks again Juerg Hey Juerg, fear not, I've done exactly that 1.0 - 1.4 a number of times recently, and it's not all bad. But yes, I would recommend stepping through