<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Using the Ruby Bindings for Subversion</title>
	<link>http://agylen.com/2006/07/14/using-the-ruby-bindings-for-subversion/</link>
	<description>Ugo Cei's Weblog</description>
	<pubDate>Mon, 06 Oct 2008 21:53:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: surajz</title>
		<link>http://agylen.com/2006/07/14/using-the-ruby-bindings-for-subversion/#comment-136262</link>
		<dc:creator>surajz</dc:creator>
		<pubDate>Thu, 15 Nov 2007 22:55:35 +0000</pubDate>
		<guid>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-72052</link>
		<dc:creator>Bill Horsman</dc:creator>
		<pubDate>Thu, 22 Mar 2007 15:36:34 +0000</pubDate>
		<guid>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-72048</link>
		<dc:creator>Bill Horsman</dc:creator>
		<pubDate>Thu, 22 Mar 2007 15:32:31 +0000</pubDate>
		<guid>http://agylen.com/2006/07/14/using-the-ruby-bindings-for-subversion/#comment-72048</guid>
		<description>I'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...</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&#8217;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-70601</link>
		<dc:creator>justin</dc:creator>
		<pubDate>Sun, 18 Mar 2007 21:03:34 +0000</pubDate>
		<guid>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't the reads from subversion rather slow?  Especially if the repository is hosted on another server?

Anyway, i'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-39915</link>
		<dc:creator>jsnx</dc:creator>
		<pubDate>Thu, 16 Nov 2006 22:53:41 +0000</pubDate>
		<guid>http://agylen.com/2006/07/14/using-the-ruby-bindings-for-subversion/#comment-39915</guid>
		<description>I'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'm trying to build everything on top of SVN, and I'm working on the blog portion now.

It'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'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 - 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 - 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-27970</link>
		<dc:creator>ugo</dc:creator>
		<pubDate>Wed, 06 Sep 2006 12:57:44 +0000</pubDate>
		<guid>http://agylen.com/2006/07/14/using-the-ruby-bindings-for-subversion/#comment-27970</guid>
		<description>I didn'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-27969</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 06 Sep 2006 12:48:08 +0000</pubDate>
		<guid>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'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-17078</link>
		<dc:creator>Firefox</dc:creator>
		<pubDate>Sat, 15 Jul 2006 00:59:11 +0000</pubDate>
		<guid>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>
