<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/stylesheets/rss.css" type="text/css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Robby on Rails: The svn+rbot plugin, so far</title>
    <link>http://www.robbyonrails.com/articles/2005/09/15/the-svn-rbot-plugin-so-far</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>thoughts.sort_by{|t| t[:topic]}.collect </description>
    <item>
      <title>The svn+rbot plugin, so far</title>
      <description>&lt;p&gt;&lt;a href="http://www.bleything.net/blog/"&gt;Ben Bleything&lt;/a&gt; and I have put &lt;a href="http://www.robbyonrails.com/articles/2005/09/15/the-bizarre-love-triangle-of-rbot-subversion-and-drb"&gt;the plugin that we made&lt;/a&gt; up in our &lt;a href="http://www.pdxruby.org/"&gt;&lt;span class="caps"&gt;PDX&lt;/span&gt;.rb&lt;/a&gt; subversion repository. You can check it out &lt;a href="http://svn.pdxruby.org/repos/pdxrbot/"&gt;here&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;Requires &lt;a href="http://linuxbrit.co.uk/rbot/"&gt;rbot&lt;/a&gt; and &lt;a href="http://subversion.tigris.org/"&gt;subversion&lt;/a&gt;.&lt;/p&gt;


Example:
&lt;code&gt;
&lt;pre&gt;
&amp;lt; pdxrbot&amp;gt; robbyrussell * pdxrbot:/ [45] - Quick addition of the two author names :-)
&amp;lt; pdxrbot&amp;gt; robbyrussell * www:/ [5] - removing the logfiles from svn
&amp;lt; pdxrbot&amp;gt; ben * pdxrbot:/ [46] - Fix the post-commit hook so that relative paths get expanded
&amp;lt; pdxrbot&amp;gt; robbyrussell * www:/ [6] - ignoring the files in /log/ that end in .log
&lt;/pre&gt;
&lt;/code&gt;

	&lt;p&gt;&lt;strong&gt;&lt;span class="caps"&gt;UPDATE&lt;/span&gt;&lt;/strong&gt; This is what it spits back now. :-)&lt;/p&gt;


&lt;div class="typocode"&gt;&lt;pre&gt;&lt;code class="typocode_ruby "&gt; &lt;span class="punct"&gt;&amp;lt;&lt;/span&gt; &lt;span class="ident"&gt;pdxrbot&lt;/span&gt;&lt;span class="punct"&gt;&amp;gt;&lt;/span&gt; &lt;span class="ident"&gt;svn&lt;/span&gt;&lt;span class="punct"&gt;.&lt;/span&gt;&lt;span class="ident"&gt;commit&lt;/span&gt;&lt;span class="punct"&gt;(&lt;/span&gt; &lt;span class="ident"&gt;pdxrbot&lt;/span&gt;&lt;span class="punct"&gt;,&lt;/span&gt; &lt;span class="punct"&gt;{&lt;/span&gt; &lt;span class="symbol"&gt;:author&lt;/span&gt; &lt;span class="punct"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="punct"&gt;'&lt;/span&gt;&lt;span class="string"&gt;robbyrussell&lt;/span&gt;&lt;span class="punct"&gt;',&lt;/span&gt; &lt;span class="symbol"&gt;:rev&lt;/span&gt; &lt;span class="punct"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="number"&gt;67&lt;/span&gt;&lt;span class="punct"&gt;,&lt;/span&gt; &lt;span class="symbol"&gt;:log&lt;/span&gt; &lt;span class="punct"&gt;=&amp;gt;&lt;/span&gt; &lt;span class="punct"&gt;'&lt;/span&gt;&lt;span class="string"&gt;another test of color/syntax...more&lt;/span&gt;&lt;span class="punct"&gt;'&lt;/span&gt; &lt;span class="punct"&gt;}&lt;/span&gt; &lt;span class="punct"&gt;)&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

	&lt;p&gt;Yes&amp;#8230; the bot now responds with a subversion commit&amp;#8230;and we made it look like ruby code! syntax colors and all!&lt;/p&gt;
</description>
      <pubDate>Thu, 15 Sep 2005 14:02:00 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:0b9168ff51017ca251d55ba6913e585b</guid>
      <author>Robby Russell</author>
      <link>http://www.robbyonrails.com/articles/2005/09/15/the-svn-rbot-plugin-so-far</link>
      <category>Ruby</category>
      <category>Programming</category>
      <category>ruby</category>
      <category>rbot</category>
    </item>
    <item>
      <title>"The svn+rbot plugin, so far" by test</title>
      <description>&lt;p&gt;sdfsdfs sdf&lt;/p&gt;</description>
      <pubDate>Mon, 12 Jun 2006 04:55:06 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:92a36168-4495-4488-bf31-c2f269be3cd8</guid>
      <link>http://www.robbyonrails.com/articles/2005/09/15/the-svn-rbot-plugin-so-far#comment-4388</link>
    </item>
    <item>
      <title>"The svn+rbot plugin, so far" by test</title>
      <description>&lt;p&gt;test&lt;/p&gt;</description>
      <pubDate>Mon, 12 Jun 2006 04:54:57 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:569d80a4-2aa5-4670-82ef-f1e00d260706</guid>
      <link>http://www.robbyonrails.com/articles/2005/09/15/the-svn-rbot-plugin-so-far#comment-4387</link>
    </item>
    <item>
      <title>"The svn+rbot plugin, so far" by Jan Wikholm</title>
      <description>&lt;p&gt;Very nice work!&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;ll definitely work on an rbot plugin as my next Ruby project.&lt;/p&gt;</description>
      <pubDate>Sat, 27 May 2006 18:51:42 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:c470b1d9-0a02-4091-b405-3b79275cb548</guid>
      <link>http://www.robbyonrails.com/articles/2005/09/15/the-svn-rbot-plugin-so-far#comment-2357</link>
    </item>
  </channel>
</rss>
