<?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: #web #continuous #integration: #Autodeploy on #commit</title>
	<atom:link href="http://blog.sbw.be/2009/12/11/web-continuous-integration-auto-deploy-on-commit/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sbw.be/2009/12/11/web-continuous-integration-auto-deploy-on-commit/</link>
	<description>My life, my work, my projects</description>
	<lastBuildDate>Mon, 28 Jun 2010 05:39:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mla</title>
		<link>http://blog.sbw.be/2009/12/11/web-continuous-integration-auto-deploy-on-commit/comment-page-1/#comment-15424</link>
		<dc:creator>Mla</dc:creator>
		<pubDate>Fri, 11 Dec 2009 21:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sbw.be/?p=341#comment-15424</guid>
		<description>Init myproject (on ITT Server):

svn co http://mysvn/myproject /path/working-copy/myproject

On post commit:

svn update /path/working-copy/myproject (update working copy)
mv /path/deploy/myproject /path/deploy/myproject.bkp (backup old deploy)
svn export /path/working-copy/myproject /path/deploy/myproject (export from working copy)

I think a svn update and an export of a working copy are faster than a full new checkout or a full remote export...</description>
		<content:encoded><![CDATA[<p>Init myproject (on ITT Server):</p>
<p>svn co <a href="http://mysvn/myproject" rel="nofollow">http://mysvn/myproject</a> /path/working-copy/myproject</p>
<p>On post commit:</p>
<p>svn update /path/working-copy/myproject (update working copy)<br />
mv /path/deploy/myproject /path/deploy/myproject.bkp (backup old deploy)<br />
svn export /path/working-copy/myproject /path/deploy/myproject (export from working copy)</p>
<p>I think a svn update and an export of a working copy are faster than a full new checkout or a full remote export&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
