It's actually quite easy if you have svn.

I always install Symfony to /usr/local/share/symfony/VERSION. And I create
symlinks in the /usr/local/bin to the symfony script with a meaningful name
like sf1.3, sf1.4.

It's as easy as:
sudo mkdir /usr/local/share/symfony
cd /usr/local/share/symfony
sudo svn co http://svn.symfony-project.com/branches/1.3/
sudo ln -s /usr/local/share/symfony/1.3/data/bin/symfony
/usr/local/bin/sf1.3

that's all.

---
nathan @ <http://twitter.com/nathan_gs>
nathan.gs<http://nathan.gs/?utm_source=mailing-list&utm_medium=email&utm_campaign=blog>


On Thu, Jan 7, 2010 at 12:46 AM, Stéphane <stephane.er...@gmail.com> wrote:

> And replace, in your $project/config/projectConfiguration.class.php the
> first requires which reference your other sf version.
>
>
>
> Before Printing, Think about Your Environmental Responsibility!
> Avant d'Imprimer, Pensez à Votre Responsabilitée Environnementale!
>
>
> On Wed, Jan 6, 2010 at 7:27 PM, Gábor Fási <maerl...@gmail.com> wrote:
>
>> You can also download the zip/tgz archive from the website, and
>> extract it to your project's lib/vendor/symfony folder.
>>
>> On Wed, Jan 6, 2010 at 11:41, karansoni <kanu8...@gmail.com> wrote:
>> > i am using Ubuntu Linux 9.10 and i have installed symfony1.2.9 on it
>> > through pear .
>> >
>> > is there any phenomenon through which i can install the both versions
>> > symfony 1.2.9 and 1.4 on my linux though PEAR don't support two
>> > instalations then
>> >
>> > Do i have to install 1.4 through SVN??? I want to keep both versions
>> > on my PC
>> >
>> > with regards,
>> >
>> > karan soni
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> Groups "symfony users" group.
>> > To post to this group, send email to symfony-us...@googlegroups.com.
>> > To unsubscribe from this group, send email to
>> symfony-users+unsubscr...@googlegroups.com<symfony-users%2bunsubscr...@googlegroups.com>
>> .
>> > For more options, visit this group at
>> http://groups.google.com/group/symfony-users?hl=en.
>> >
>> >
>> >
>> >
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "symfony users" group.
>> To post to this group, send email to symfony-us...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> symfony-users+unsubscr...@googlegroups.com<symfony-users%2bunsubscr...@googlegroups.com>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/symfony-users?hl=en.
>>
>>
>>
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "symfony users" group.
> To post to this group, send email to symfony-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> symfony-users+unsubscr...@googlegroups.com<symfony-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/symfony-users?hl=en.
>
>
--
You received this message because you are subscribed to the Google Groups "symfony users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en.

Reply via email to