[symfony-users] Re: Why is there no way to install that 1.0.x version using pear?

2008-06-29 Thread Fabien Potencier
pear install symfony/symfony-1.0.17 Fabien -- Fabien Potencier Sensio CEO - symfony lead developer sensiolabs.com | symfony-project.com | aide-de-camp.org Tél: +33 1 40 99 80 80 James wrote: > I am really annoyed. I have projects written in 1.0.x I went to > install symfony on a new machin

[symfony-users] Re: Why is there no way to install that 1.0.x version using pear?

2008-06-29 Thread Lukas Kahwe Smith
On 30.06.2008, at 00:04, James wrote: > > I am really annoyed. I have projects written in 1.0.x I went to > install symfony on a new machine with the instructions from the 1.0 > book online, and low and behold it installs 1.1.0 I don't want to > upgrade 1.1.0 yet. I even did a "pear remote-l

[symfony-users] Re: Why is there no way to install that 1.0.x version using pear?

2008-06-29 Thread James
Thanks fabien? I just get really frustrated when I can't find docs for something. Can we document this somewhere? Thanks, James On Jun 29, 2008, at 6:09 PM, Fabien Potencier wrote: > > pear install symfony/symfony-1.0.17 > > Fabien > > -- > Fabien Potencier > Sensio CEO - symfony lead deve

[symfony-users] Re: Why is there no way to install that 1.0.x version using pear?

2008-06-29 Thread Fabien Potencier
It's documented on the installation page: http://www.symfony-project.org/installation/1_0 And in the release notes for the 1.0.17: http://www.symfony-project.org/blog/2008/06/29/symfony-1-0-17-is-out Fabien -- Fabien Potencier Sensio CEO - symfony lead developer sensiolabs.com | symfony-proje

[symfony-users] Re: Why is there no way to install that 1.0.x version using pear?

2008-06-29 Thread James
Ah, I wasn't looking there, out of habit I go straight for the book and I didn't see reference to anything there. Maybe in the 1.1 book that should be addressed, so that when we go to 1.2 to remind people to look at the installation page for earlier versions if they need to downgrade. Th

[symfony-users] Re: Why is there no way to install that 1.0.x version using pear?

2008-07-01 Thread Eno
On Jun 29, 6:24 pm, Fabien Potencier <[EMAIL PROTECTED] project.com> wrote: > It's documented on the installation page: > > http://www.symfony-project.org/installation/1_0 > > And in the release notes for the 1.0.17: > > http://www.symfony-project.org/blog/2008/06/29/symfony-1-0-17-is-out Im ass

[symfony-users] Re: Why is there no way to install that 1.0.x version using pear?

2008-07-01 Thread Nicolas Perriault
On Tue, Jul 1, 2008 at 10:59 PM, Eno <[EMAIL PROTECTED]> wrote: > Im assuming its not possible to have 1.1 and 1.0.17 on the same > machine unless one of the is inside a sandbox? $ svn co http://symfonians.org/svn/branches/1.0 /usr/share/php/symfony10 $ svn co http://symfonians.org/svn/branches/

[symfony-users] Re: Why is there no way to install that 1.0.x version using pear?

2008-07-01 Thread Nicolas Perriault
On Tue, Jul 1, 2008 at 11:16 PM, Nicolas Perriault <[EMAIL PROTECTED]> wrote: > http://symfonians.org/svn/branches/1.0 Woops, wrong url copy/paste :p Here's the correct sequence: $ svn co http://svn.symfony-project.com/branches/1.0 /usr/share/php/symfony10 $ svn co http://svn.symfony-project.co