<?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: devsn Subversion tool added</title>
	<atom:link href="http://factoryswblog.org/2008/03/13/devsn-subversion-tool-added/feed/" rel="self" type="application/rss+xml" />
	<link>http://factoryswblog.org/2008/03/13/devsn-subversion-tool-added/</link>
	<description>Merging modern software development with electrons and metal</description>
	<lastBuildDate>Thu, 02 Feb 2012 00:08:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Tony</title>
		<link>http://factoryswblog.org/2008/03/13/devsn-subversion-tool-added/comment-page-1/#comment-4328</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Thu, 30 Apr 2009 00:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://factoryswblog.org/2008/03/13/devsn-subversion-tool-added/#comment-4328</guid>
		<description>Thanks for the comment - it&#039;s nice to know I have some readers!

Yes, typically there are multiple ways to solve problems; often I find new ways much later when I&#039;m looking for something else.

I don&#039;t find svn&#039;s working copy overhead a big problem for code, especially given the size of modern disk drives.  But there are at least two projects that work with svn to eliminate the local working copy (e.g. &lt;a href=&quot;http://scord.sourceforge.net/&quot; rel=&quot;nofollow&quot;&gt;scord &lt;/a&gt; and &lt;a href=&quot;http://fsvs.tigris.org/&quot; rel=&quot;nofollow&quot;&gt;fsvs (backup oriented)&lt;/a&gt;

Oh, and I ran across scord and fsvs &lt;a href=&quot;http://joshcarter.com/productivity/svn_hg_git_for_home_directory&quot; rel=&quot;nofollow&quot;&gt;here &lt;/a&gt; when I was looking at using a VCS for managing for photos.</description>
		<content:encoded><![CDATA[<p>Thanks for the comment &#8211; it&#8217;s nice to know I have some readers!</p>
<p>Yes, typically there are multiple ways to solve problems; often I find new ways much later when I&#8217;m looking for something else.</p>
<p>I don&#8217;t find svn&#8217;s working copy overhead a big problem for code, especially given the size of modern disk drives.  But there are at least two projects that work with svn to eliminate the local working copy (e.g. <a href="http://scord.sourceforge.net/" rel="nofollow">scord </a> and <a href="http://fsvs.tigris.org/" rel="nofollow">fsvs (backup oriented)</a></p>
<p>Oh, and I ran across scord and fsvs <a href="http://joshcarter.com/productivity/svn_hg_git_for_home_directory" rel="nofollow">here </a> when I was looking at using a VCS for managing for photos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave M.</title>
		<link>http://factoryswblog.org/2008/03/13/devsn-subversion-tool-added/comment-page-1/#comment-4327</link>
		<dc:creator>Dave M.</dc:creator>
		<pubDate>Tue, 28 Apr 2009 17:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://factoryswblog.org/2008/03/13/devsn-subversion-tool-added/#comment-4327</guid>
		<description>I feel fortunate that I&#039;ve found your blog, and am slowly reading every article from the beginning.  :)

Another way to deal with this problem (I have experienced it as well -- need to use less disk space for code folders) is to use cygwin.  Very convenient if you already have it loaded.

find -iname .svn &#124; xargs rm -rf

This simple command will do the same thing.  Just execute it from the folder that you want to start from.</description>
		<content:encoded><![CDATA[<p>I feel fortunate that I&#8217;ve found your blog, and am slowly reading every article from the beginning.  <img src='http://factoryswblog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Another way to deal with this problem (I have experienced it as well &#8212; need to use less disk space for code folders) is to use cygwin.  Very convenient if you already have it loaded.</p>
<p>find -iname .svn | xargs rm -rf</p>
<p>This simple command will do the same thing.  Just execute it from the folder that you want to start from.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

