[symfony-users] Re: Update to symfony 1.3 tutorial step 3 : "Upgrade symfony to 1.3" ???

2009-12-14 Thread ellis...@gmail.com
I tried doing this thrid step... editing svn:externals property something like this: svn propedit svn-externals lib/vendor >> symfony http://svn.symfony-project.com/tags/RELEASE_1_3_1 But everytime I update and look at symfony's version it says it's version 1.2.11!! And then I can't follow the n

[symfony-users] Re: Update to symfony 1.3 tutorial step 3 : "Upgrade symfony to 1.3" ???

2009-12-14 Thread lking
1. edit externals for your project svn pe svn:externals lib/vendor 2. in opened editor type symfony http://svn.symfony-project.com/tags/RELEASE_1_3_1 save and close file. 3. commit changes to your repos svn ci 4. update project svn up after 4-th step symfony sould be updated. On 14 дек, 10:58,

Re: [symfony-users] Re: Update to symfony 1.3 tutorial step 3 : "Upgrade symfony to 1.3" ???

2009-12-14 Thread Alexandre Salomé
Ensure the symfony file you run is the symfony file of your project. Open the symfony file of your project and add an "die('im here');" If it is OK, double-check the version checkouted. Try reinstall (delete all files, to it again), try using the branch ( http://svn.symfony-project.com/branches/

Re: [symfony-users] Re: Update to symfony 1.3 tutorial step 3 : "Upgrade symfony to 1.3" ???

2009-12-15 Thread Ellishia Owens
Ok! I solved the problem by deleting the symfony file and downloading the symfony release .tar to untar it into the symfony directory. Maybe this is not a clean, easy way to do it but it works. Thank you all On Mon, Dec 14, 2009 at 10:03 PM, Alexandre Salomé < alexandre.sal...@gmail.com> wrote: