<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: svn code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Wed, 20 Aug 2008 12:06:43 GMT</pubDate>
    <description>DZone Snippets: svn code</description>
    <item>
      <title>List files that would be changed in a Capistrano deploy</title>
      <link>http://snippets.dzone.com/posts/show/2058</link>
      <description>// description of your code here&lt;br /&gt;Sometimes you want to know before hand which files have been added or changed since your last deploy. Maybe you have to run a migration. Assuming you're using subversion for you source control, this task will list the pending changes.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;desc "List the files that would be updated or changed in a deploy."&lt;br /&gt;task :svn_st_up, :roles =&gt; :app do&lt;br /&gt;  run "cd #{current_path} &amp;&amp; " + "svn st -u"&lt;br /&gt;end&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://jchris.mfdz.com/articles/2006/05/09/deploying-with-capistrano-and-mongrel-on-planet-argon"&gt;from my blog&lt;/a&gt;</description>
      <pubDate>Wed, 17 May 2006 10:21:28 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/2058</guid>
      <author>jchris (Chris Anderson)</author>
    </item>
  </channel>
</rss>
