<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Philip Roche &#187; svn</title>
	<atom:link href="http://www.philroche.net/category/svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.philroche.net</link>
	<description>All things Geek</description>
	<lastBuildDate>Sat, 05 Jun 2010 15:24:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Archive of an SVN changeset</title>
		<link>http://www.philroche.net/archives/archive-of-an-svn-changeset/</link>
		<comments>http://www.philroche.net/archives/archive-of-an-svn-changeset/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 12:24:53 +0000</pubDate>
		<dc:creator>philroche</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[karova]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.philroche.net/archives/archive-of-an-svn-changeset/</guid>
		<description><![CDATA[All too often I need to release changes to a staging or live server and I always felt the releases were taking too long.
At Karova we use SVN and I always try and commit any releases in one changeset. I wrote a python script to archive all the files listed in a changeset. It's been [...]]]></description>
			<content:encoded><![CDATA[<p>All too often I need to release changes to a staging or live server and I always felt the releases were taking too long.</p>
<p>At Karova we use SVN and I always try and commit any releases in one changeset. I wrote a python script to archive all the files listed in a changeset. It's been very very useful so far. Simply run the python script in the root of your repos and you will be prompted for the changeset number. The script then archives all the files in that changeset in a zip file named by changeset. You'll need the svn client in your path for it to work though.</p>
<p><a id="p911" title="SVNArchiveByChangeSet.py" href="http://www.philroche.net/wp-content/uploads/2008/08/svnarchivebychangeset.zip">svnarchivebychangeset.zip</a></p>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.philroche.net/archives/archive-of-an-svn-changeset/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
