<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Your complete guide to running multiple Symfony versions on the same environment</title>
	<atom:link href="http://symfonynerds.com/blog/?feed=rss2&#038;p=123" rel="self" type="application/rss+xml" />
	<link>http://symfonynerds.com/blog/?p=123</link>
	<description>Nerds who love the symfony-project</description>
	<pubDate>Wed, 08 Sep 2010 03:37:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: chip</title>
		<link>http://symfonynerds.com/blog/?p=123#comment-1061</link>
		<dc:creator>chip</dc:creator>
		<pubDate>Sun, 25 Jul 2010 06:15:12 +0000</pubDate>
		<guid isPermaLink="false">http://symfonynerds.com/blog/?p=123#comment-1061</guid>
		<description>multiple Symfony for thanx.</description>
		<content:encoded><![CDATA[<p>multiple Symfony for thanx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Instalando múltiplas versões do framework Symfony (PHP) &#124; Júlio César Martini</title>
		<link>http://symfonynerds.com/blog/?p=123#comment-817</link>
		<dc:creator>Instalando múltiplas versões do framework Symfony (PHP) &#124; Júlio César Martini</dc:creator>
		<pubDate>Wed, 27 Jan 2010 16:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://symfonynerds.com/blog/?p=123#comment-817</guid>
		<description>[...] Fonte original: http://symfonynerds.com/blog/?p=123 [...]</description>
		<content:encoded><![CDATA[<p>[...] Fonte original: <a href="http://symfonynerds.com/blog/?p=123" rel="nofollow">http://symfonynerds.com/blog/?p=123</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Várias versões de Symfony na mesma máquina &#171; Webisland :&#124;&#124;: do Design à Programação. Tudo pra Web</title>
		<link>http://symfonynerds.com/blog/?p=123#comment-510</link>
		<dc:creator>Várias versões de Symfony na mesma máquina &#171; Webisland :&#124;&#124;: do Design à Programação. Tudo pra Web</dc:creator>
		<pubDate>Thu, 29 Oct 2009 22:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://symfonynerds.com/blog/?p=123#comment-510</guid>
		<description>[...] Se você quer resolver esse problema no Linux, siga esse tutorial [...]</description>
		<content:encoded><![CDATA[<p>[...] Se você quer resolver esse problema no Linux, siga esse tutorial [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://symfonynerds.com/blog/?p=123#comment-460</link>
		<dc:creator>John</dc:creator>
		<pubDate>Thu, 08 Oct 2009 06:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://symfonynerds.com/blog/?p=123#comment-460</guid>
		<description>@Luis to select specific sub-versions (which you may run more than one of, especially on a DEV machine) you follow the same steps but select your release from http://svn.symfony-project.com/tags/ rather than http://svn.symfony-project.com/branches/

eg: &lt;code&gt;sudo svn co http://svn.symfony-project.com/tags/RELEASE_1_2_9/ symfony129&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@Luis to select specific sub-versions (which you may run more than one of, especially on a DEV machine) you follow the same steps but select your release from <a href="http://svn.symfony-project.com/tags/" rel="nofollow">http://svn.symfony-project.com/tags/</a> rather than <a href="http://svn.symfony-project.com/branches/" rel="nofollow">http://svn.symfony-project.com/branches/</a></p>
<p>eg: <code>sudo svn co <a href="http://svn.symfony-project.com/tags/RELEASE_1_2_9/" rel="nofollow">http://svn.symfony-project.com/tags/RELEASE_1_2_9/</a> symfony129</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ari</title>
		<link>http://symfonynerds.com/blog/?p=123#comment-456</link>
		<dc:creator>Ari</dc:creator>
		<pubDate>Mon, 05 Oct 2009 21:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://symfonynerds.com/blog/?p=123#comment-456</guid>
		<description>Just wanted to add, seemed like it worked:

I'll add that in projectconfiguration.class.php, you must point for each project to absolute path of where autoload class now is ...
aka require_once 'C:\\dev\\libs\\symfony\\symfony12\\lib\\autoload\\sfCoreAutoload.class.php'; 
or setup a junction symlink for each project, aka: 

C:\&#62; junction c:/dev/symfony-sites/site1/lib/vendor/symfony C:\dev\libs\symfony\symfony12</description>
		<content:encoded><![CDATA[<p>Just wanted to add, seemed like it worked:</p>
<p>I&#8217;ll add that in projectconfiguration.class.php, you must point for each project to absolute path of where autoload class now is &#8230;<br />
aka require_once &#8216;C:\\dev\\libs\\symfony\\symfony12\\lib\\autoload\\sfCoreAutoload.class.php&#8217;;<br />
or setup a junction symlink for each project, aka: </p>
<p>C:\&gt; junction c:/dev/symfony-sites/site1/lib/vendor/symfony C:\dev\libs\symfony\symfony12</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ari</title>
		<link>http://symfonynerds.com/blog/?p=123#comment-455</link>
		<dc:creator>Ari</dc:creator>
		<pubDate>Mon, 05 Oct 2009 20:19:12 +0000</pubDate>
		<guid isPermaLink="false">http://symfonynerds.com/blog/?p=123#comment-455</guid>
		<description>If developing on Windows, think this is a lil harder since Windows doesn't do symlinks...
3rd party program Junction.exe can only do symlinks for folders.
i think I would put each version folder into a symfony folder outside of project folder (aka c:/dev/libs/symfony/symfony10, c:/dev/libs/symfony/symfony12), rename each symfony.bat to symfont10.bat, and put each version folder in the path. then use as you need with 'symfony10 generate:app project1' and it probably? works out (still have to test and wondering if thats most efficient way to do it?).

Gonna try this setup now... currently i have just 1 project and i junction-symlinked c:/dev/symfony-sites/site1/lib/vendor/symfony/lib to C:\dev\php\PEAR\symfony, but that will stink once i get more projects going and different versions of symfony.</description>
		<content:encoded><![CDATA[<p>If developing on Windows, think this is a lil harder since Windows doesn&#8217;t do symlinks&#8230;<br />
3rd party program Junction.exe can only do symlinks for folders.<br />
i think I would put each version folder into a symfony folder outside of project folder (aka c:/dev/libs/symfony/symfony10, c:/dev/libs/symfony/symfony12), rename each symfony.bat to symfont10.bat, and put each version folder in the path. then use as you need with &#8217;symfony10 generate:app project1&#8242; and it probably? works out (still have to test and wondering if thats most efficient way to do it?).</p>
<p>Gonna try this setup now&#8230; currently i have just 1 project and i junction-symlinked c:/dev/symfony-sites/site1/lib/vendor/symfony/lib to C:\dev\php\PEAR\symfony, but that will stink once i get more projects going and different versions of symfony.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sejur extern</title>
		<link>http://symfonynerds.com/blog/?p=123#comment-410</link>
		<dc:creator>Sejur extern</dc:creator>
		<pubDate>Wed, 29 Jul 2009 20:18:34 +0000</pubDate>
		<guid isPermaLink="false">http://symfonynerds.com/blog/?p=123#comment-410</guid>
		<description>thanks, it was all i needed!</description>
		<content:encoded><![CDATA[<p>thanks, it was all i needed!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis</title>
		<link>http://symfonynerds.com/blog/?p=123#comment-335</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Tue, 30 Jun 2009 13:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://symfonynerds.com/blog/?p=123#comment-335</guid>
		<description>Is there any way of doing this but with the stable versions of symfony?</description>
		<content:encoded><![CDATA[<p>Is there any way of doing this but with the stable versions of symfony?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carlos mafla</title>
		<link>http://symfonynerds.com/blog/?p=123#comment-301</link>
		<dc:creator>carlos mafla</dc:creator>
		<pubDate>Tue, 12 May 2009 15:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://symfonynerds.com/blog/?p=123#comment-301</guid>
		<description>Thanks, that was really helpful I was on the same boat here.</description>
		<content:encoded><![CDATA[<p>Thanks, that was really helpful I was on the same boat here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luca</title>
		<link>http://symfonynerds.com/blog/?p=123#comment-280</link>
		<dc:creator>luca</dc:creator>
		<pubDate>Fri, 17 Apr 2009 14:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://symfonynerds.com/blog/?p=123#comment-280</guid>
		<description>GREAT! Thank you very much! That's exactly what I was looking for!</description>
		<content:encoded><![CDATA[<p>GREAT! Thank you very much! That&#8217;s exactly what I was looking for!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
