<?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: Using the Ruby Bindings for Subversion</title>
	<atom:link href="http://agylen.com/2006/07/14/using-the-ruby-bindings-for-subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://agylen.com/2006/07/14/using-the-ruby-bindings-for-subversion/</link>
	<description>Ugo Cei's Weblog</description>
	<lastBuildDate>Fri, 12 Mar 2010 02:47:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: using subversion bindings &#124; keyongtech</title>
		<link>http://agylen.com/2006/07/14/using-the-ruby-bindings-for-subversion/comment-page-1/#comment-316831</link>
		<dc:creator>using subversion bindings &#124; keyongtech</dc:creator>
		<pubDate>Sun, 18 Jan 2009 16:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://agylen.com/2006/07/14/using-the-ruby-bindings-for-subversion/#comment-316831</guid>
		<description>[...] ruby bindings to connect to a remote subversion repository ? I searched around and found this: http://agylen.com/2006/07/14/using-t...or-subversion/ but had no luck connecting to remote repository (e.g. svn://xzy....)  Thanks for any [...]</description>
		<content:encoded><![CDATA[<p>[...] ruby bindings to connect to a remote subversion repository ? I searched around and found this: <a href="http://agylen.com/2006/07/14/using-t...or-subversion/" rel="nofollow">http://agylen.com/2006/07/14/using-t&#8230;or-subversion/</a> but had no luck connecting to remote repository (e.g. svn://xzy&#8230;.)  Thanks for any [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: surajz</title>
		<link>http://agylen.com/2006/07/14/using-the-ruby-bindings-for-subversion/comment-page-1/#comment-136262</link>
		<dc:creator>surajz</dc:creator>
		<pubDate>Thu, 15 Nov 2007 22:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://agylen.com/2006/07/14/using-the-ruby-bindings-for-subversion/#comment-136262</guid>
		<description>cool

I am also trying to use Subversion as the data-store for a CMS. but I am trying to use java instead of ruby</description>
		<content:encoded><![CDATA[<p>cool</p>
<p>I am also trying to use Subversion as the data-store for a CMS. but I am trying to use java instead of ruby</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Horsman</title>
		<link>http://agylen.com/2006/07/14/using-the-ruby-bindings-for-subversion/comment-page-1/#comment-72052</link>
		<dc:creator>Bill Horsman</dc:creator>
		<pubDate>Thu, 22 Mar 2007 15:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://agylen.com/2006/07/14/using-the-ruby-bindings-for-subversion/#comment-72052</guid>
		<description>Just come across this:
http://www.oneofthewolves.com/2007/03/06/ruby-subversion-bindings-finally-some-documentation/</description>
		<content:encoded><![CDATA[<p>Just come across this:<br />
<a href="http://www.oneofthewolves.com/2007/03/06/ruby-subversion-bindings-finally-some-documentation/" rel="nofollow">http://www.oneofthewolves.com/2007/03/06/ruby-subversion-bindings-finally-some-documentation/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Horsman</title>
		<link>http://agylen.com/2006/07/14/using-the-ruby-bindings-for-subversion/comment-page-1/#comment-72048</link>
		<dc:creator>Bill Horsman</dc:creator>
		<pubDate>Thu, 22 Mar 2007 15:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://agylen.com/2006/07/14/using-the-ruby-bindings-for-subversion/#comment-72048</guid>
		<description>I&#039;m interested in this too. I have a CMS system cobbled together in Java that reads from a Subversion working copy that I would like to port to Rails. That bit is pretty easy because a commit hook updates the working copy and the system just reads from the file system. [Justin: that means we don&#039;t have to worry about slow reads.] But my next step, to keep it simpler for my users (but not for me!) is to allow commits to the repository using an admin site. And that will need a bit more thought...</description>
		<content:encoded><![CDATA[<p>I&#8217;m interested in this too. I have a CMS system cobbled together in Java that reads from a Subversion working copy that I would like to port to Rails. That bit is pretty easy because a commit hook updates the working copy and the system just reads from the file system. [Justin: that means we don't have to worry about slow reads.] But my next step, to keep it simpler for my users (but not for me!) is to allow commits to the repository using an admin site. And that will need a bit more thought&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justin</title>
		<link>http://agylen.com/2006/07/14/using-the-ruby-bindings-for-subversion/comment-page-1/#comment-70601</link>
		<dc:creator>justin</dc:creator>
		<pubDate>Sun, 18 Mar 2007 21:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://agylen.com/2006/07/14/using-the-ruby-bindings-for-subversion/#comment-70601</guid>
		<description>This is a really cool idea, i was toying around with using Subversion as the data-store for a CMS.  The only problem is, aren&#039;t the reads from subversion rather slow?  Especially if the repository is hosted on another server?

Anyway, i&#039;d love to hear more about whether it worked efficiently.</description>
		<content:encoded><![CDATA[<p>This is a really cool idea, i was toying around with using Subversion as the data-store for a CMS.  The only problem is, aren&#8217;t the reads from subversion rather slow?  Especially if the repository is hosted on another server?</p>
<p>Anyway, i&#8217;d love to hear more about whether it worked efficiently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jsnx</title>
		<link>http://agylen.com/2006/07/14/using-the-ruby-bindings-for-subversion/comment-page-1/#comment-39915</link>
		<dc:creator>jsnx</dc:creator>
		<pubDate>Thu, 16 Nov 2006 22:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://agylen.com/2006/07/14/using-the-ruby-bindings-for-subversion/#comment-39915</guid>
		<description>I&#039;m working on something like this for my company. We need a pretty generic version controlled repository for content - office documents, blogging, art assets and code. I&#039;m trying to build everything on top of SVN, and I&#039;m working on the blog portion now.

It&#039;d be great if I could see what you did - of course I will contribute my work back to the community as it approaches usability. I&#039;m trying to put together a high-level, Ruby friendly interface for Subversion.</description>
		<content:encoded><![CDATA[<p>I&#8217;m working on something like this for my company. We need a pretty generic version controlled repository for content &#8211; office documents, blogging, art assets and code. I&#8217;m trying to build everything on top of SVN, and I&#8217;m working on the blog portion now.</p>
<p>It&#8217;d be great if I could see what you did &#8211; of course I will contribute my work back to the community as it approaches usability. I&#8217;m trying to put together a high-level, Ruby friendly interface for Subversion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ugo</title>
		<link>http://agylen.com/2006/07/14/using-the-ruby-bindings-for-subversion/comment-page-1/#comment-27970</link>
		<dc:creator>ugo</dc:creator>
		<pubDate>Wed, 06 Sep 2006 12:57:44 +0000</pubDate>
		<guid isPermaLink="false">http://agylen.com/2006/07/14/using-the-ruby-bindings-for-subversion/#comment-27970</guid>
		<description>I didn&#039;t get anywhere unfortunately. Not enough time.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t get anywhere unfortunately. Not enough time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://agylen.com/2006/07/14/using-the-ruby-bindings-for-subversion/comment-page-1/#comment-27969</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 06 Sep 2006 12:48:08 +0000</pubDate>
		<guid isPermaLink="false">http://agylen.com/2006/07/14/using-the-ruby-bindings-for-subversion/#comment-27969</guid>
		<description>Hey there,

This project sounds cool. How far did you get? 

Would you be willing to share the code? I&#039;m going to be working with an SVN repo as the datastore for a Rails app, and would love to see some examples!

Thanks.</description>
		<content:encoded><![CDATA[<p>Hey there,</p>
<p>This project sounds cool. How far did you get? </p>
<p>Would you be willing to share the code? I&#8217;m going to be working with an SVN repo as the datastore for a Rails app, and would love to see some examples!</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Firefox</title>
		<link>http://agylen.com/2006/07/14/using-the-ruby-bindings-for-subversion/comment-page-1/#comment-17078</link>
		<dc:creator>Firefox</dc:creator>
		<pubDate>Sat, 15 Jul 2006 00:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://agylen.com/2006/07/14/using-the-ruby-bindings-for-subversion/#comment-17078</guid>
		<description>&lt;strong&gt;Using The Ruby Bindings For Subversion...&lt;/strong&gt;

A Ruby mash-up.......</description>
		<content:encoded><![CDATA[<p><strong>Using The Ruby Bindings For Subversion&#8230;</strong></p>
<p>A Ruby mash-up&#8230;&#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
