<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>the Wagaman Web &#187; how to</title>
	<atom:link href="http://wagaman.org/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://wagaman.org</link>
	<description>thoughts, theories, theology, and the rest</description>
	<lastBuildDate>Thu, 05 Apr 2012 02:26:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>When Deleting Files in Windows Takes Forever</title>
		<link>http://wagaman.org/2008/when-deleting-files-in-windows-takes-forever/</link>
		<comments>http://wagaman.org/2008/when-deleting-files-in-windows-takes-forever/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 18:45:04 +0000</pubDate>
		<dc:creator>Ben Wagaman</dc:creator>
				<category><![CDATA[how to]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://wagaman.org/2008/when-deleting-files-in-windows-takes-forever/</guid>
		<description><![CDATA[This morning I made my list of things wrong with my Windows installation. Recently, this list is: Windows hangs and becomes unresponsive On closing Windows, an error message comes up that I don&#8217;t recognize Deleting files takes forever and sometimes crashes my system I&#8217;ve got to figure out the first two, but I&#8217;ve figured out [...]]]></description>
			<content:encoded><![CDATA[<p>This morning I made my list of things wrong with my Windows installation.  Recently, this list is:</p>
<ol>
<li>Windows hangs and becomes unresponsive</li>
<li>On closing Windows, an error message comes up that I don&#8217;t recognize</li>
<li>Deleting files takes forever and sometimes crashes my system</li>
</ol>
<p>I&#8217;ve got to figure out the first two, but I&#8217;ve figured out the last.  Deleting a file would try to put the file in my recycling bin, but my recycling bin was a bit on the large size and needed to be emptied.  After clearing it out, everything is running smooth.  Now, I&#8217;ve got to fix the first two.</p>
]]></content:encoded>
			<wfw:commentRss>http://wagaman.org/2008/when-deleting-files-in-windows-takes-forever/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading to Rails 2.0</title>
		<link>http://wagaman.org/2007/upgrading-to-rails-20/</link>
		<comments>http://wagaman.org/2007/upgrading-to-rails-20/#comments</comments>
		<pubDate>Sat, 15 Dec 2007 17:45:51 +0000</pubDate>
		<dc:creator>Ben Wagaman</dc:creator>
				<category><![CDATA[how to]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://wagaman.org/2007/upgrading-to-rails-20/</guid>
		<description><![CDATA[With Rails 2.0 out now, it&#8217;s time to explore the new source. It&#8217;s hard to believe that it&#8217;s already been 2 years since I first checked out Rails 1.0 for the first time. To update your Rails code, you can run gem update rails However, when I tried to run this command I was unfortunately [...]]]></description>
			<content:encoded><![CDATA[<p>With Rails 2.0 out now, it&#8217;s time to explore the new source.  It&#8217;s hard to believe that it&#8217;s already been 2 years since I first checked out Rails 1.0 for the first time.</p>
<p>To update your Rails code, you can run<br />
<code>gem update rails</code></p>
<p>However, when I tried to run this command I was unfortunately greeted with a nasty error, when getting to update ActiveRecord.</p>
<p><code>Attempting remote update of activerecord<br />
ERROR:  While executing gem ... (Zlib::BufError)<br />
    buffer error</code></p>
<p>According to a <a href="http://www.ruby-forum.com/topic/134400">Ruby Form post</a>, I found a solution to the problem, updating ruby gems.</p>
<p>While you could run this line to update RubyGems to 0.9.5, I don&#8217;t recommend it.<br />
<code>gem update --system</code></p>
<p>Instead download <a href="http://rubyforge.org/frs/download.php/20990/rubygems-0.9.4.zip">rubygems-0.9.4</a>, unzip it and then run<br />
<code>ruby setup.rb</code></p>
<p>This will allow you to continue to use Mongrel, because there are some incompatibilities with Mongrel running on Win32 with RubyGems 0.9.5. See the following:</p>
<ul>
<li><a href="http://justaddwater.dk/2007/12/09/rails-20-gem-install-windows-mongrel-trouble/">justaddwater.dk blog</a></li>
<li><a href="http://www.ruby-forum.com/topic/133033">Ruby Forum Topic: Mongrel install crash on win32</a></li>
</ul>
<p>and then update rails as you would expect.<br />
<code>gem update rails</code></p>
<p>Voila!</p>
]]></content:encoded>
			<wfw:commentRss>http://wagaman.org/2007/upgrading-to-rails-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Migrate a Subversion Repository</title>
		<link>http://wagaman.org/2007/how-to-migrate-a-subversion-repository/</link>
		<comments>http://wagaman.org/2007/how-to-migrate-a-subversion-repository/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 16:35:26 +0000</pubDate>
		<dc:creator>Ben Wagaman</dc:creator>
				<category><![CDATA[how to]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://wagaman.org/2007/how-to-migrate-a-subversion-repository/</guid>
		<description><![CDATA[While moving a subversion repository from one location to another is an infrequent task, it's good to know and easy to do.

According to <a href="http://dotnot.org/blog/archives/2005/01/13/move-a-subversion-repository-from-one-machine-to-another/">dot not</a>

<code> svnadmin dump /path/to/repo &#62; reponame.dump
tar zcf reponame.tgz reponame.dump
scp reponame.tgz hostname:/path/to/new/repo</code>

Then login to the new machine, and set up the new repo:

<code>cd /path/to/new
svnadmin create reponame
tar zxf reponame.tgz
svnadmin load reponame &#60; reponame.dump</code>

Voila, you have moved your repository.  Don't forget to delete your old repository when you have made sure that you are correctly referencing your new repository.  Thanks Scott for the help.]]></description>
			<content:encoded><![CDATA[<p>While moving a subversion repository from one location to another is an infrequent task, it&#8217;s good to know and easy to do.</p>
<p>According to <a href="http://dotnot.org/blog/archives/2005/01/13/move-a-subversion-repository-from-one-machine-to-another/">dot not</a></p>
<p><code> svnadmin dump /path/to/repo &gt; reponame.dump<br />
tar zcf reponame.tgz reponame.dump<br />
scp reponame.tgz hostname:/path/to/new/repo</code></p>
<p>Then login to the new machine, and set up the new repo:</p>
<p><code>cd /path/to/new<br />
svnadmin create reponame<br />
tar zxf reponame.tgz<br />
svnadmin load reponame &lt; reponame.dump</code></p>
<p>Voila, you have moved your repository.  Don&#8217;t forget to delete your old repository when you have made sure that you are correctly referencing your new repository.  Thanks Scott for the help.</p>
]]></content:encoded>
			<wfw:commentRss>http://wagaman.org/2007/how-to-migrate-a-subversion-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

