<?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: Handy Subversion Rake task</title>
	<atom:link href="http://thelucid.com/2006/07/29/handy-subversion-rake-task/feed/" rel="self" type="application/rss+xml" />
	<link>http://thelucid.com/2006/07/29/handy-subversion-rake-task/</link>
	<description>Lightweight ramblings</description>
	<lastBuildDate>Tue, 31 Aug 2010 22:52:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: askegg</title>
		<link>http://thelucid.com/2006/07/29/handy-subversion-rake-task/comment-page-1/#comment-2065</link>
		<dc:creator>askegg</dc:creator>
		<pubDate>Fri, 04 Aug 2006 09:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://b178603a-494e-438a-988c-2082b771dacc#comment-2065</guid>
		<description>Is there any way to map the rake tasks to the capistrano/scm libraries?

I have been thinking about creating a config file (maybe config/repository.rb?) then getting rake to read the config and use the capistrano libraries to checkin/checkout/update/etc from source control.

The config would look something like:
repository: http://dev.rubyonrails.org/svn/rails/trunk
adapter: svn
username: askegg
password: mypassword

and enable:
rake checkout/checkin/update/diff/etc

Unfortunately, I do not have the skills with ruby/rails to pull this off (yet).  Any takers, or is this a bad idea?</description>
		<content:encoded><![CDATA[<p>Is there any way to map the rake tasks to the capistrano/scm libraries?</p>
<p>I have been thinking about creating a config file (maybe config/repository.rb?) then getting rake to read the config and use the capistrano libraries to checkin/checkout/update/etc from source control.</p>
<p>The config would look something like:<br />
repository: <a href="http://dev.rubyonrails.org/svn/rails/trunk" rel="nofollow">http://dev.rubyonrails.org/svn/rails/trunk</a><br />
adapter: svn<br />
username: askegg<br />
password: mypassword</p>
<p>and enable:<br />
rake checkout/checkin/update/diff/etc</p>
<p>Unfortunately, I do not have the skills with ruby/rails to pull this off (yet).  Any takers, or is this a bad idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://thelucid.com/2006/07/29/handy-subversion-rake-task/comment-page-1/#comment-2058</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Thu, 03 Aug 2006 03:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://b178603a-494e-438a-988c-2082b771dacc#comment-2058</guid>
		<description>Thanks for these, I didn&#039;t realise they existed. It makes you wonder what other useful plugins are out there which have been left undiscovered.</description>
		<content:encoded><![CDATA[<p>Thanks for these, I didn&#8217;t realise they existed. It makes you wonder what other useful plugins are out there which have been left undiscovered.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Brice</title>
		<link>http://thelucid.com/2006/07/29/handy-subversion-rake-task/comment-page-1/#comment-2057</link>
		<dc:creator>Tom Brice</dc:creator>
		<pubDate>Thu, 03 Aug 2006 02:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://b178603a-494e-438a-988c-2082b771dacc#comment-2057</guid>
		<description>There is this too:

http://re.visioni.st/articles/2006/06/25/rake-task-easily-configure-subversion

We (as in the Rails communtiy) really need a better way to track plugins.</description>
		<content:encoded><![CDATA[<p>There is this too:</p>
<p><a href="http://re.visioni.st/articles/2006/06/25/rake-task-easily-configure-subversion" rel="nofollow">http://re.visioni.st/articles/2006/06/25/rake-task-easily-configure-subversion</a></p>
<p>We (as in the Rails communtiy) really need a better way to track plugins.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Anderson</title>
		<link>http://thelucid.com/2006/07/29/handy-subversion-rake-task/comment-page-1/#comment-2056</link>
		<dc:creator>Chris Anderson</dc:creator>
		<pubDate>Wed, 02 Aug 2006 21:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://b178603a-494e-438a-988c-2082b771dacc#comment-2056</guid>
		<description>Jamie,

I&#039;ve got a svn_tools plugin that does all that and more. 

rake svn:add / svn:del / svn:commit are the basics, but it also will bootstrap your application into a repository and ignore all the proper file in one fell swoop.

http://jchris.mfdz.com/articles/2006/07/21/subversion-tools-plugin</description>
		<content:encoded><![CDATA[<p>Jamie,</p>
<p>I&#8217;ve got a svn_tools plugin that does all that and more. </p>
<p>rake svn:add / svn:del / svn:commit are the basics, but it also will bootstrap your application into a repository and ignore all the proper file in one fell swoop.</p>
<p><a href="http://jchris.mfdz.com/articles/2006/07/21/subversion-tools-plugin" rel="nofollow">http://jchris.mfdz.com/articles/2006/07/21/subversion-tools-plugin</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://thelucid.com/2006/07/29/handy-subversion-rake-task/comment-page-1/#comment-2055</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Wed, 02 Aug 2006 00:19:42 +0000</pubDate>
		<guid isPermaLink="false">http://b178603a-494e-438a-988c-2082b771dacc#comment-2055</guid>
		<description>Glad you liked it. It&#039;s the simple things that make life easier.</description>
		<content:encoded><![CDATA[<p>Glad you liked it. It&#8217;s the simple things that make life easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Lussier</title>
		<link>http://thelucid.com/2006/07/29/handy-subversion-rake-task/comment-page-1/#comment-2054</link>
		<dc:creator>Mark Lussier</dc:creator>
		<pubDate>Tue, 01 Aug 2006 23:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://b178603a-494e-438a-988c-2082b771dacc#comment-2054</guid>
		<description>I liked this so much I rolled it into a quick plugin so I can put it in each of my projects.. I stuck it here

./script/plugin install -x https://svn2.cvsdude.com/lussiema/plugins/subversionext
</description>
		<content:encoded><![CDATA[<p>I liked this so much I rolled it into a quick plugin so I can put it in each of my projects.. I stuck it here</p>
<p>./script/plugin install -x <a href="https://svn2.cvsdude.com/lussiema/plugins/subversionext" rel="nofollow">https://svn2.cvsdude.com/lussiema/plugins/subversionext</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
