<?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>CrudVision - Lisa Seelye &#187; subversion</title>
	<atom:link href="http://www.crudvision.com/category/subversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.crudvision.com</link>
	<description>Lisa Seelye's Blog. Yay</description>
	<lastBuildDate>Tue, 13 Apr 2010 21:26:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Playing with Git</title>
		<link>http://www.crudvision.com/2008/08/28/playing-with-git/</link>
		<comments>http://www.crudvision.com/2008/08/28/playing-with-git/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 17:05:11 +0000</pubDate>
		<dc:creator>Lisa Seelye</dc:creator>
				<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[reve]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://www.crudvision.com/?p=118</guid>
		<description><![CDATA[I&#8217;ve begun playing with git over at github by importing Reve&#8217;s source. Eventually I will do away with subversion and trac and move to github for Reve completely. Trac is not very good and often locks up. As I&#8217;m still new with git and github I&#8217;ll have to keep contributions to a minimum since I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve begun playing with git over at <a href="http://github.com/lisa">github</a> by <a href="http://github.com/lisa/reve">importing Reve&#8217;s source</a>.</p>
<p>Eventually I will do away with subversion and trac and move to github for Reve completely. Trac is not very good and often locks up.</p>
<p>As I&#8217;m still new with git and github I&#8217;ll have to keep contributions to a minimum since I don&#8217;t know exactly what I&#8217;m doing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.crudvision.com/2008/08/28/playing-with-git/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>First Reve Trac Ticket</title>
		<link>http://www.crudvision.com/2008/02/17/first-reve-trac-ticket/</link>
		<comments>http://www.crudvision.com/2008/02/17/first-reve-trac-ticket/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 10:58:20 +0000</pubDate>
		<dc:creator>Lisa Seelye</dc:creator>
				<category><![CDATA[api]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[eve online]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[reve]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[trac]]></category>

		<guid isPermaLink="false">http://www.crudvision.com/2008/02/17/first-reve-trac-ticket/</guid>
		<description><![CDATA[Had my first bug report today about the to_i method I made on the String class breaking Rails migrations because leading zeroes weren&#8217;t being treated nicely in my method: "001".to_i # => 1 and fails the test 1.to_s == "001" and so a String was being returned fromto_i. Crap. I don&#8217;t think that I need [...]]]></description>
			<content:encoded><![CDATA[<p>Had my first <a href="http://revetrac.crudvision.com/ticket/1">bug report today</a> about the <code>to_i</code> method I made on the String class breaking Rails migrations because leading zeroes weren&#8217;t being treated nicely in my method: <code>"001".to_i # => 1</code> and fails the test <code>1.to_s == "001"</code> and so a String was being returned from<code>to_i</code>. Crap.</p>
<p>I don&#8217;t think that I need the method anyways (I&#8217;m going to spend part of today to make sure with more tests!) so I&#8217;ve removed it and tagged <a href="http://revetrac.crudvision.com/browser/tags/rel_80">Release 80</a> and uploaded <a href="http://rubyforge.org/frs/download.php/32529/reve-0.0.80.gem">the gem to RubyForge</a>. It should be available to <code>gem update</code> or <code>gem install</code> shortly.</p>
<p>This release also has a larger test coverage and some other unnecessary methods were pruned. Check it out!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.crudvision.com/2008/02/17/first-reve-trac-ticket/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reve Development</title>
		<link>http://www.crudvision.com/2008/01/08/reve-development/</link>
		<comments>http://www.crudvision.com/2008/01/08/reve-development/#comments</comments>
		<pubDate>Tue, 08 Jan 2008 21:46:43 +0000</pubDate>
		<dc:creator>Lisa Seelye</dc:creator>
				<category><![CDATA[documentation]]></category>
		<category><![CDATA[eve online]]></category>
		<category><![CDATA[reve]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[trac]]></category>

		<guid isPermaLink="false">http://www.crudvision.com/2008/01/08/reve-development/</guid>
		<description><![CDATA[A quick note to announce that the Reve Trac is online. Tickets can be submitted and source browsed. A new revision is coming shortly with vast improvements in documentation.]]></description>
			<content:encoded><![CDATA[<p>A quick note to announce that the <a href="http://revetrac.crudvision.com/">Reve Trac</a> is online. Tickets can be submitted and source browsed.</p>
<p>A new revision is coming shortly with <a href="http://revetrac.crudvision.com/changeset/52">vast improvements in documentation</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.crudvision.com/2008/01/08/reve-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reve revision 39 (Eve API Version 2 support)</title>
		<link>http://www.crudvision.com/2007/12/19/reve-revision-39-eve-api-version-2-support/</link>
		<comments>http://www.crudvision.com/2007/12/19/reve-revision-39-eve-api-version-2-support/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 08:00:15 +0000</pubDate>
		<dc:creator>Lisa Seelye</dc:creator>
				<category><![CDATA[api]]></category>
		<category><![CDATA[eve online]]></category>
		<category><![CDATA[reve]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.crudvision.com/2007/12/19/reve-revision-39-eve-api-version-2-support/</guid>
		<description><![CDATA[It&#8217;s coming. All I have to do is zip the release up and update the RDoc documentation. This fully supports the API Version 2. Next tasks on Reve include setting up a Trac as well as refactoring a lot of the methods (corporate and personal methods are almost always identical but wrapped in different classes). [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s coming. All I have to do is zip the <a href="http://svn.crudvision.com/reve/tags/rel_39/">release</a> up and update the <a href="http://docs.crudvision.com/reve/">RDoc</a> documentation.</p>
<p>This fully supports the API Version 2. Next tasks on Reve include setting up a Trac as well as refactoring a lot of the methods (corporate and personal methods are almost always identical but wrapped in different classes). I also want to add the ability to save and feed the library your own XML.</p>
<p>Look for Reve revision 39 before the 23rd of December.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.crudvision.com/2007/12/19/reve-revision-39-eve-api-version-2-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yielding to Subversion</title>
		<link>http://www.crudvision.com/2007/09/09/yielding-to-subversion/</link>
		<comments>http://www.crudvision.com/2007/09/09/yielding-to-subversion/#comments</comments>
		<pubDate>Sun, 09 Sep 2007 08:22:19 +0000</pubDate>
		<dc:creator>Lisa Seelye</dc:creator>
				<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://www.crudvision.com/2007/09/09/yielding-to-subversion/</guid>
		<description><![CDATA[I failed in my svn migration. I kept getting checksum mismatches. Oh well. I&#8217;ve admitted defeat and decided to just create a fresh blank repository and svn import my code. Let this be a lesson: Use a proper SVN repository from the start and headaches will be avoided!]]></description>
			<content:encoded><![CDATA[<p>I failed in my <a href="http://www.crudvision.com/2007/08/27/on-subversion-and-planning/">svn migration</a>. I kept getting checksum mismatches. Oh well.</p>
<p>I&#8217;ve admitted defeat and decided to just create a fresh blank repository and svn import my code.</p>
<p>Let this be a lesson: Use a proper SVN repository from the start and headaches will be avoided!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.crudvision.com/2007/09/09/yielding-to-subversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On Subversion (and Planning)</title>
		<link>http://www.crudvision.com/2007/08/27/on-subversion-and-planning/</link>
		<comments>http://www.crudvision.com/2007/08/27/on-subversion-and-planning/#comments</comments>
		<pubDate>Sun, 26 Aug 2007 23:10:18 +0000</pubDate>
		<dc:creator>Lisa Seelye</dc:creator>
				<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[evedb.info]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://www.crudvision.com/2007/08/27/on-subversion-and-planning/</guid>
		<description><![CDATA[Today I finally managed to migrate my Evedb.info SVN repository from an internal box (boron) to my repository at Dreamhost (Home to Reve, too). It is really simple to do: Just copy the local repository files from Subversion to the new repository base. This means the conf, dav, db, hooks and locks diretories. The problem [...]]]></description>
			<content:encoded><![CDATA[<p>Today I finally managed to migrate my Evedb.info SVN repository from an internal box (boron) to my repository at Dreamhost (Home to Reve, too). It is really simple to do: Just copy the local repository files from Subversion to the new repository base. This means the <code>conf</code>, <code>dav</code>, <code>db</code>, <code>hooks</code> and <code>locks</code> diretories.</p>
<p>The problem comes when one revision is copied (Call it revision 10) and is checked out to another machine (phosphorus), development is done, checked in (Dreamhost&#8217;s Revision 11) and stupidly, development is also done on the local copy (boron) and checked in (Local revision 11). And just like that the migration away from a local file:// type.</p>
<p>It&#8217;s a nightmare to sort but I&#8217;ve finally got it sorted and protected with an off-site source and SSH key file.</p>
<p>The moral is: Plan ahead, don&#8217;t be stupid, and never make commits when you&#8217;re really tired.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.crudvision.com/2007/08/27/on-subversion-and-planning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.369 seconds -->
