<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Springloops deployment with svn externals</title>
	<atom:link href="http://stereointeractive.com/blog/2009/07/31/springloops-deployment-with-svn-externals/feed/" rel="self" type="application/rss+xml" />
	<link>http://stereointeractive.com/blog/2009/07/31/springloops-deployment-with-svn-externals/</link>
	<description>Development Blog</description>
	<lastBuildDate>Thu, 17 Nov 2011 00:02:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Lawrence Krubner</title>
		<link>http://stereointeractive.com/blog/2009/07/31/springloops-deployment-with-svn-externals/comment-page-1/#comment-630</link>
		<dc:creator>Lawrence Krubner</dc:creator>
		<pubDate>Mon, 25 Oct 2010 16:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://stereointeractive.com/blog/?p=279#comment-630</guid>
		<description>I read this blog all the time. So strange that I only just now noticed that you sometimes use Springloops. I&#039;ve been using Springloops since early 2007, but I know very few other people who use it. 

I&#039;ve been thinking of switching to Github, but I have a lot of projects that depend on Springloops auto-deploy export feature. It is very handy.</description>
		<content:encoded><![CDATA[<p>I read this blog all the time. So strange that I only just now noticed that you sometimes use Springloops. I&#8217;ve been using Springloops since early 2007, but I know very few other people who use it. </p>
<p>I&#8217;ve been thinking of switching to Github, but I have a lot of projects that depend on Springloops auto-deploy export feature. It is very handy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Meves</title>
		<link>http://stereointeractive.com/blog/2009/07/31/springloops-deployment-with-svn-externals/comment-page-1/#comment-462</link>
		<dc:creator>Scott Meves</dc:creator>
		<pubDate>Sat, 01 Aug 2009 22:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://stereointeractive.com/blog/?p=279#comment-462</guid>
		<description>It could be a security issue, however you could populate your URL with a secret key as a GET parameter and then set up your script on your server to only accept requests if the key matches. This key may show up in your web server logs, but hopefully those logs are secure anyway.

I haven&#039;t figured out a way to get access to any hooks (like &lt;a href=&quot;http://www.codersrevolution.com/index.cfm/2008/9/15/Creating-a-postcommit-hook-for-Subversion&quot; rel=&quot;nofollow&quot;&gt;post-commit&lt;/a&gt;) in the springloops repository, but if you are hosting your own svn server that works well, too.</description>
		<content:encoded><![CDATA[<p>It could be a security issue, however you could populate your URL with a secret key as a GET parameter and then set up your script on your server to only accept requests if the key matches. This key may show up in your web server logs, but hopefully those logs are secure anyway.</p>
<p>I haven&#8217;t figured out a way to get access to any hooks (like <a href="http://www.codersrevolution.com/index.cfm/2008/9/15/Creating-a-postcommit-hook-for-Subversion" rel="nofollow">post-commit</a>) in the springloops repository, but if you are hosting your own svn server that works well, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://stereointeractive.com/blog/2009/07/31/springloops-deployment-with-svn-externals/comment-page-1/#comment-461</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sat, 01 Aug 2009 18:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://stereointeractive.com/blog/?p=279#comment-461</guid>
		<description>Yeah, I see they ask for a url that they would trigger after each deployment. So, could I run all the symfony tasks from there? Or is that a really obvious security threat?</description>
		<content:encoded><![CDATA[<p>Yeah, I see they ask for a url that they would trigger after each deployment. So, could I run all the symfony tasks from there? Or is that a really obvious security threat?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Meves</title>
		<link>http://stereointeractive.com/blog/2009/07/31/springloops-deployment-with-svn-externals/comment-page-1/#comment-460</link>
		<dc:creator>Scott Meves</dc:creator>
		<pubDate>Sat, 01 Aug 2009 18:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://stereointeractive.com/blog/?p=279#comment-460</guid>
		<description>Tom, it&#039;s common to have a post-deployment script activated that would get triggered by springloops after it gets done copying your files. This script of yours could be used to rebuild your models, run db migrations, etc. 

I don&#039;t mind having all of the generated classes in SVN except that each time you rebuild your model with a slight change, *all* of those model files get a new timestamp and end up showing up as modified files in that checkin, which is annoying. But no, it wouldn&#039;t be a huge problem.</description>
		<content:encoded><![CDATA[<p>Tom, it&#8217;s common to have a post-deployment script activated that would get triggered by springloops after it gets done copying your files. This script of yours could be used to rebuild your models, run db migrations, etc. </p>
<p>I don&#8217;t mind having all of the generated classes in SVN except that each time you rebuild your model with a slight change, *all* of those model files get a new timestamp and end up showing up as modified files in that checkin, which is annoying. But no, it wouldn&#8217;t be a huge problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://stereointeractive.com/blog/2009/07/31/springloops-deployment-with-svn-externals/comment-page-1/#comment-459</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sat, 01 Aug 2009 17:23:01 +0000</pubDate>
		<guid isPermaLink="false">http://stereointeractive.com/blog/?p=279#comment-459</guid>
		<description>Hey guys,

I&#039;ve just signed up with Springloops too, and have just come across the svn:externals limitation. It wouldn&#039;t be too much trouble to upload the main symfony library now and again, but I also use externals for plugins, so keeping track of all the changes would be a pain in the arse. But it&#039;s good to hear that they have a solution in the pipeline.

My question to you, and anyone else, who would like to comment is: the problem with deploying directly from Springloops is that you&#039;d miss out on all the autogenerated model classes. I know that it&#039;s not &#039;done&#039; to include autogenerated files in an svn repo, but would it cause a huge problem if I did? Since I am using the Rackspace Cloud, Springloops is a very attractive solution -- they don&#039;t offer rsync.

Anyway, I&#039;d love to hear your/others&#039; thoughts.

Cheers,

Tom</description>
		<content:encoded><![CDATA[<p>Hey guys,</p>
<p>I&#8217;ve just signed up with Springloops too, and have just come across the svn:externals limitation. It wouldn&#8217;t be too much trouble to upload the main symfony library now and again, but I also use externals for plugins, so keeping track of all the changes would be a pain in the arse. But it&#8217;s good to hear that they have a solution in the pipeline.</p>
<p>My question to you, and anyone else, who would like to comment is: the problem with deploying directly from Springloops is that you&#8217;d miss out on all the autogenerated model classes. I know that it&#8217;s not &#8216;done&#8217; to include autogenerated files in an svn repo, but would it cause a huge problem if I did? Since I am using the Rackspace Cloud, Springloops is a very attractive solution &#8212; they don&#8217;t offer rsync.</p>
<p>Anyway, I&#8217;d love to hear your/others&#8217; thoughts.</p>
<p>Cheers,</p>
<p>Tom</p>
]]></content:encoded>
	</item>
</channel>
</rss>

