On Sat, Sep 27, 2008 at 1:08 AM, Stephen Melrose <[EMAIL PROTECTED]> wrote:

> I'm going to go down the svn:externals route.

Just one more trick, to have the three versions of symfony and their
CLI executables available on your system (eg. on your dev machine):

$ cd /usr/share/php
$ svn co http://svn.symfony-project.com/branches/1.0 symfony10
$ sudo ln -s /usr/share/php/symfony10/data/bin/symfony10 /usr/bin/symfony10
$ svn co http://svn.symfony-project.com/branches/1.1 symfony11
$ sudo ln -s /usr/share/php/symfony10/data/bin/symfony11 /usr/bin/symfony11
$ svn co http://svn.symfony-project.com/branches/1.2 symfony12
$ sudo ln -s /usr/share/php/symfony12/data/bin/symfony /usr/bin/symfony12

Then:

$ symfony10 -V
$ symfony11 -V
$ symfony12 -V

But for production purpose, freezing and syncing is the way to go.

++

-- 
Nicolas Perriault
http://prendreuncafe.com - http://symfonians.net - http://sensiolabs.com
Phone: +33 660 92 08 67

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to