<?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: Extended-Bort: My base Rails&#160;app</title>
	<atom:link href="http://www.web2media.net/laktek/2008/10/31/extended-bort-my-base-rails-app/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.web2media.net/laktek/2008/10/31/extended-bort-my-base-rails-app/</link>
	<description>A Sri Lankan, A Rubyist and A Web Dude</description>
	<lastBuildDate>Tue, 27 Jul 2010 06:56:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lakshan</title>
		<link>http://www.web2media.net/laktek/2008/10/31/extended-bort-my-base-rails-app/comment-page-1/#comment-22154</link>
		<dc:creator>Lakshan</dc:creator>
		<pubDate>Thu, 27 Nov 2008 00:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.web2media.net/laktek/?p=106#comment-22154</guid>
		<description>@Paulo This is one of the pitfalls with the use of Git submodules. I always try to keep the HEAD updated, to match with the latest releases of plugins.

Can you try running this and see...
cd vendor/plugins/cucumber
git remote update
git merge origin/master</description>
		<content:encoded><![CDATA[<p>@Paulo This is one of the pitfalls with the use of Git submodules. I always try to keep the HEAD updated, to match with the latest releases of plugins.</p>
<p>Can you try running this and see&#8230;<br />
cd vendor/plugins/cucumber<br />
git remote update<br />
git merge origin/master</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paulo</title>
		<link>http://www.web2media.net/laktek/2008/10/31/extended-bort-my-base-rails-app/comment-page-1/#comment-22146</link>
		<dc:creator>Paulo</dc:creator>
		<pubDate>Wed, 26 Nov 2008 19:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.web2media.net/laktek/?p=106#comment-22146</guid>
		<description>For some reason, I can&#039;t get cucumber v0.1.10 to be download as submodule, instead, it insists on getting the v0.1.9 and if I just clone the same URL it will get latest. am I missing something?</description>
		<content:encoded><![CDATA[<p>For some reason, I can&#8217;t get cucumber v0.1.10 to be download as submodule, instead, it insists on getting the v0.1.9 and if I just clone the same URL it will get latest. am I missing something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chirag Patel</title>
		<link>http://www.web2media.net/laktek/2008/10/31/extended-bort-my-base-rails-app/comment-page-1/#comment-22124</link>
		<dc:creator>Chirag Patel</dc:creator>
		<pubDate>Wed, 26 Nov 2008 04:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.web2media.net/laktek/?p=106#comment-22124</guid>
		<description>$ git submodule update
Initialized empty Git repository in c:/chirag/mindmap/extended-bort/extended-bort/vendor/plugins/aasm/.git/
remote: Counting objects: 501, done.?[K
remote: Compressing objects:  90% (189/209) Receiving objects:  61% (306/501)
remote: Compressing objects: 100% (209/209), done.?[K81/501)
remote: Total 501 (delta 329), reused 437 (delta 286)?[K
Receiving objects: 100% (501/501), 62.43 KiB, done.
Resolving deltas: 100% (329/329), done.
error: Entry &#039;lib/aasm.rb&#039; would be overwritten by merge. Cannot merge.
Unable to checkout &#039;fee9487e0d5464fc328f1c9c91eb059fef75988e&#039; in submodule path&#039;vendor/plugins/aasm&#039;</description>
		<content:encoded><![CDATA[<p>$ git submodule update<br />
Initialized empty Git repository in c:/chirag/mindmap/extended-bort/extended-bort/vendor/plugins/aasm/.git/<br />
remote: Counting objects: 501, done.?[K<br />
remote: Compressing objects:  90% (189/209) Receiving objects:  61% (306/501)<br />
remote: Compressing objects: 100% (209/209), done.?[K81/501)<br />
remote: Total 501 (delta 329), reused 437 (delta 286)?[K<br />
Receiving objects: 100% (501/501), 62.43 KiB, done.<br />
Resolving deltas: 100% (329/329), done.<br />
error: Entry &#8216;lib/aasm.rb&#8217; would be overwritten by merge. Cannot merge.<br />
Unable to checkout &#8216;fee9487e0d5464fc328f1c9c91eb059fef75988e&#8217; in submodule path&#8217;vendor/plugins/aasm&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lakshan</title>
		<link>http://www.web2media.net/laktek/2008/10/31/extended-bort-my-base-rails-app/comment-page-1/#comment-21618</link>
		<dc:creator>Lakshan</dc:creator>
		<pubDate>Sat, 08 Nov 2008 02:59:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.web2media.net/laktek/?p=106#comment-21618</guid>
		<description>Jay,

Basically moving your app and db/migrations folders to Bort base app, would be good to go. 

You could use git-svn to checkin and checkout from your existing SVN repo. You could learn more about it from here - http://utsl.gen.nz/talks/git-svn/intro.html

My personal advise is switch to Git over SVN  if you can afford. While Git has lot more flexibility than SVN, also it would reduce the hassle in keeping up with the edge of Rails and it&#039;s plugins. 

BTW, if you feel extended-bort is too complicated there is a update of orginial Bort for Rails 2.2 (http://github.com/fudgestudios/bort/tree/master).</description>
		<content:encoded><![CDATA[<p>Jay,</p>
<p>Basically moving your app and db/migrations folders to Bort base app, would be good to go. </p>
<p>You could use git-svn to checkin and checkout from your existing SVN repo. You could learn more about it from here - <a href="http://utsl.gen.nz/talks/git-svn/intro.html" rel="nofollow">http://utsl.gen.nz/talks/git-svn/intro.html</a></p>
<p>My personal advise is switch to Git over SVN  if you can afford. While Git has lot more flexibility than SVN, also it would reduce the hassle in keeping up with the edge of Rails and it&#8217;s plugins. </p>
<p>BTW, if you feel extended-bort is too complicated there is a update of orginial Bort for Rails 2.2 (<a href="http://github.com/fudgestudios/bort/tree/master" rel="nofollow">http://github.com/fudgestudios/bort/tree/master</a>).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://www.web2media.net/laktek/2008/10/31/extended-bort-my-base-rails-app/comment-page-1/#comment-21609</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Fri, 07 Nov 2008 16:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.web2media.net/laktek/?p=106#comment-21609</guid>
		<description>I&#039;m new to the whole Rails thing, so please forgive the simplicity of this questions:  What&#039;s the best practice to update my existing Rails 2.0 application to a Bort-based one? Should I just start out with a fresh Bort and move my models, views, and controller to it? That&#039;s probably the right answer. However, how do check the resulting stuff into my svn repository? It seems messy to checkin Bort, with all its depedency git repository stuff inside of it. Should I not be using subversion as my source control system? I don&#039;t know git. Can I somehow &quot;sparsely checkout&quot; my stuff atop  a fresh git of Bort? And then maintain source control that way?</description>
		<content:encoded><![CDATA[<p>I&#8217;m new to the whole Rails thing, so please forgive the simplicity of this questions:  What&#8217;s the best practice to update my existing Rails 2.0 application to a Bort-based one? Should I just start out with a fresh Bort and move my models, views, and controller to it? That&#8217;s probably the right answer. However, how do check the resulting stuff into my svn repository? It seems messy to checkin Bort, with all its depedency git repository stuff inside of it. Should I not be using subversion as my source control system? I don&#8217;t know git. Can I somehow &#8220;sparsely checkout&#8221; my stuff atop  a fresh git of Bort? And then maintain source control that way?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lakshan</title>
		<link>http://www.web2media.net/laktek/2008/10/31/extended-bort-my-base-rails-app/comment-page-1/#comment-21573</link>
		<dc:creator>Lakshan</dc:creator>
		<pubDate>Thu, 06 Nov 2008 09:38:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.web2media.net/laktek/?p=106#comment-21573</guid>
		<description>Scott O,

I have fixed the link to annotate_model sub-module. It should work correctly now.</description>
		<content:encoded><![CDATA[<p>Scott O,</p>
<p>I have fixed the link to annotate_model sub-module. It should work correctly now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott O</title>
		<link>http://www.web2media.net/laktek/2008/10/31/extended-bort-my-base-rails-app/comment-page-1/#comment-21568</link>
		<dc:creator>Scott O</dc:creator>
		<pubDate>Thu, 06 Nov 2008 05:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.web2media.net/laktek/?p=106#comment-21568</guid>
		<description>One must cd extended-bort before doing the two submodule steps.

The second submodule step fails:

$ git submodule update
Initialized empty Git repository in /home/scott/projects/extended-bort/vendor/plugins/aasm/.git/
remote: Counting objects: 493, done.
remote: Compressing objects: 100% (201/201), done.
remote: Total 493 (delta 323), reused 438 (delta 286)
Receiving objects: 100% (493/493), 61.43 KiB, done.
Resolving deltas: 100% (323/323), done.
Submodule path &#039;vendor/plugins/aasm&#039;: checked out &#039;fee9487e0d5464fc328f1c9c91eb059fef75988e&#039;
Initialized empty Git repository in /home/scott/projects/extended-bort/vendor/plugins/annotate-models/.git/
fatal: protocol error: expected sha/ref, got &#039;
*********&#039;

No matching repositories found.

*********&#039;
fetch-pack from &#039;git://github.com/rotuka/annotate-models.git&#039; failed.
Clone of &#039;git://github.com/rotuka/annotate-models.git&#039; into submodule path &#039;vendor/plugins/annotate-models&#039; failed</description>
		<content:encoded><![CDATA[<p>One must cd extended-bort before doing the two submodule steps.</p>
<p>The second submodule step fails:</p>
<p>$ git submodule update<br />
Initialized empty Git repository in /home/scott/projects/extended-bort/vendor/plugins/aasm/.git/<br />
remote: Counting objects: 493, done.<br />
remote: Compressing objects: 100% (201/201), done.<br />
remote: Total 493 (delta 323), reused 438 (delta 286)<br />
Receiving objects: 100% (493/493), 61.43 KiB, done.<br />
Resolving deltas: 100% (323/323), done.<br />
Submodule path &#8216;vendor/plugins/aasm&#8217;: checked out &#8216;fee9487e0d5464fc328f1c9c91eb059fef75988e&#8217;<br />
Initialized empty Git repository in /home/scott/projects/extended-bort/vendor/plugins/annotate-models/.git/<br />
fatal: protocol error: expected sha/ref, got &#8217;<br />
*********&#8217;</p>
<p>No matching repositories found.</p>
<p>*********&#8217;<br />
fetch-pack from &#8216;git://github.com/rotuka/annotate-models.git&#8217; failed.<br />
Clone of &#8216;git://github.com/rotuka/annotate-models.git&#8217; into submodule path &#8216;vendor/plugins/annotate-models&#8217; failed</p>
]]></content:encoded>
	</item>
</channel>
</rss>
