<?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>Somewhere out there! &#187; Rails</title>
	<atom:link href="http://stateless.geek.nz/category/tech/rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://stateless.geek.nz</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 01:01:07 +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>Updated radiant cms install script.</title>
		<link>http://stateless.geek.nz/2009/01/20/updated-radiant-cms-install-script/</link>
		<comments>http://stateless.geek.nz/2009/01/20/updated-radiant-cms-install-script/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 08:16:37 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[radiant]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/?p=642</guid>
		<description><![CDATA[Follw up on my previous radiant script. radiant  --database mysql test # edit config/database.yml rake production db:bootstrap radiant --database mysql test rake production db:bootstrap git clone git://github.com/radiant/radiant-reorder-extension.git vendor/extensions/reorder cd vendor/plugins/reorder/ git reset --hard 22ed6cdbb5bd8a3a98badf661f5b0c3bae5f29b0 rake production radiant:extensions:reorder:migrate rake production radiant:extensions:reorder:update git clone git://github.com/kbingman/paperclipped.git vendor/extensions/paperclipped rake production db:migrate:extensions rake production radiant:extensions:paperclipped:update git clone git://github.com/MrGossett/radiant_page_meta_extension.git vendor/extensions/page_meta rake [...]]]></description>
			<content:encoded><![CDATA[<p>Follw up on my previous radiant <a href="http://stateless.geek.nz/2008/03/02/radiant-cms-script/">script</a>.</p>
<p><code>radiant  --database mysql test<br />
# edit config/database.yml<br />
rake production db:bootstrap<br />
radiant  --database mysql test<br />
rake production db:bootstrap<br />
git clone git://github.com/radiant/radiant-reorder-extension.git vendor/extensions/reorder<br />
cd vendor/plugins/reorder/<br />
git reset --hard    22ed6cdbb5bd8a3a98badf661f5b0c3bae5f29b0<br />
rake production radiant:extensions:reorder:migrate<br />
rake production radiant:extensions:reorder:update<br />
git clone git://github.com/kbingman/paperclipped.git vendor/extensions/paperclipped<br />
rake production db:migrate:extensions<br />
rake production radiant:extensions:paperclipped:update<br />
git clone git://github.com/MrGossett/radiant_page_meta_extension.git vendor/extensions/page_meta<br />
rake production db:migrate:extensions<br />
# http://github.com/radiant/radiant-reorder-extension/tree/master<br />
# http://www.nabble.com/PageAttachments-migration-looking-for-Admin::PagesController-td21080134.html<br />
# http://github.com/kbingman/paperclipped/tree/master<br />
# Needs sudo apt-get install imagemagick librmagick-ruby1.8<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2009/01/20/updated-radiant-cms-install-script/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Radiant CMS Script</title>
		<link>http://stateless.geek.nz/2008/03/02/radiant-cms-script/</link>
		<comments>http://stateless.geek.nz/2008/03/02/radiant-cms-script/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 20:05:56 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[radiant]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/2008/03/02/radiant-cms-script/</guid>
		<description><![CDATA[Useful script for getting Radiant CMS installed. I made a couple changes for my setup:]]></description>
			<content:encoded><![CDATA[<p>Useful script for getting <a href="http://snippets.dzone.com/posts/show/5036">Radiant CMS</a> installed.</p>
<p>I made a couple changes for my setup:</p>
<pre class="brush: bash; title: ; notranslate">
#!/bin/sh
radiant --database sqlite3 $1
cd $1
echo &quot;
production:
  adapter: sqlite3
  database: db/production.sqlite3
test:
  adapter: sqlite3
  database: db/test.sqlite3
development:
  production
&quot; &gt; config/database.yml

svn export http://dev.radiantcms.org/svn/radiant/trunk/extensions/shards vendor/extensions/00_shards
svn export http://svn.seancribbs.com/svn/rails/plugins/extensions/page_attachments vendor/extensions/page_attachments
svn export https://secure.svnrepository.com/s_swanki/open/radiant/extensions/page_meta/tags/v0.1.5 vendor/extensions/page_meta
svn export http://dev.radiantcms.org/svn/radiant/trunk/extensions/reorder/ vendor/extensions/reorder
rake radiant:freeze:edge
vendor/radiant/script/plugin install acts_as_list
rake production db:bootstrap
rake production db:migrate:extensions
rake production radiant:extensions:page_attachments:update
rake production radiant:extensions:reorder:update
</pre>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2008/03/02/radiant-cms-script/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Aptana IDE</title>
		<link>http://stateless.geek.nz/2007/04/01/aptana-ide/</link>
		<comments>http://stateless.geek.nz/2007/04/01/aptana-ide/#comments</comments>
		<pubDate>Sun, 01 Apr 2007 07:18:27 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/2007/04/01/aptana-ide/</guid>
		<description><![CDATA[Aptana combined with Radrails will make an interesting IDE. Its Javascript debugging looks very powerful. Technorati Tags: ide, rails, javascript]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.aptana.com/">Aptana</a> combined with Radrails will make an interesting IDE. Its Javascript debugging <a href="http://www.aptana.tv/movies/aptana_debug_install/debugInstall.html">looks</a> very powerful.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/ide" rel="tag"> ide</a>, <a href="http://technorati.com/tag/rails" rel="tag"> rails</a>, <a href="http://technorati.com/tag/javascript" rel="tag"> javascript </a></p>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2007/04/01/aptana-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Mac-esque Rails Development Environment on Windows</title>
		<link>http://stateless.geek.nz/2007/03/28/a-mac-esque-rails-development-environment-on-windows/</link>
		<comments>http://stateless.geek.nz/2007/03/28/a-mac-esque-rails-development-environment-on-windows/#comments</comments>
		<pubDate>Tue, 27 Mar 2007 23:37:51 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/2007/03/28/a-mac-esque-rails-development-environment-on-windows/</guid>
		<description><![CDATA[A recipe for building a Mac like Rails DE on Windows. Technorati Tags: rails, windows]]></description>
			<content:encoded><![CDATA[<p>A recipe for building a Mac like <a href="http://garbageburrito.com/blog/entry/391/a-macesque-rails-development-environment-on-windows">Rails DE</a> on Windows.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/rails" rel="tag"> rails</a>, <a href="http://technorati.com/tag/windows" rel="tag"> windows </a></p>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2007/03/28/a-mac-esque-rails-development-environment-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Streamlined</title>
		<link>http://stateless.geek.nz/2007/01/21/streamlined/</link>
		<comments>http://stateless.geek.nz/2007/01/21/streamlined/#comments</comments>
		<pubDate>Sat, 20 Jan 2007 20:27:02 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/2007/01/21/streamlined/</guid>
		<description><![CDATA[Streamlined is a framework, on top of Rails, that allows you to quickly generate interfaces for your ActiveRecord models. It started as a way to generate Administrative backends, but has become more general purpose over time. Check the screencasts, it seems very functional. Technorati Tags: rails]]></description>
			<content:encoded><![CDATA[<blockquote><p><a href="http://streamlined.relevancellc.com/">Streamlined</a> is a framework, on top of Rails, that allows you to quickly generate interfaces for your ActiveRecord models. It started as a way to generate Administrative backends, but has become more general purpose over time.</p></blockquote>
<p>Check the <a href="http://streamlined.relevancellc.com/pages/screencasts">screencasts</a>, it seems very functional.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/rails" rel="tag"> rails </a></p>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2007/01/21/streamlined/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Radiant CMS</title>
		<link>http://stateless.geek.nz/2006/05/05/radiant-cms/</link>
		<comments>http://stateless.geek.nz/2006/05/05/radiant-cms/#comments</comments>
		<pubDate>Fri, 05 May 2006 09:50:36 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/2006/05/05/radiant-cms/</guid>
		<description><![CDATA[Finally a decent looking Rails CMS system that looks usable: Radiant CMS. Haven&#8217;t really gone down the Modx path yet, so I&#8217;ll look at Radiant instead as rails is my prefered web platform. Looks a big rough around the edges at the moment, but has a usable first version.  Couple things I&#8217;d probably like to [...]]]></description>
			<content:encoded><![CDATA[<p>Finally a decent looking Rails CMS system that looks usable: <a href="http://radiantcms.org/">Radiant CMS</a>.</p>
<p>Haven&#8217;t really gone down the Modx path yet, so I&#8217;ll look at Radiant instead as rails is my prefered web platform. Looks a big rough around the edges at the moment, but has a usable first version.  Couple things I&#8217;d probably like to see as major features for my requirements are: i) some sort of assets (pictures, pdfs, or other static files) management interface and ii) a WYSIWYG editor.</p>
<p>The first I might even add myself if the code looks easily.  The second is probably just a matter of time.</p>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2006/05/05/radiant-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What (will be) new in Rails 1.1</title>
		<link>http://stateless.geek.nz/2006/03/01/what-will-be-new-in-rails-11/</link>
		<comments>http://stateless.geek.nz/2006/03/01/what-will-be-new-in-rails-11/#comments</comments>
		<pubDate>Wed, 01 Mar 2006 09:48:52 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/2006/03/01/what-will-be-new-in-rails-11/</guid>
		<description><![CDATA[A blog entry by Scott Raymond on what is new in Rails 1.1.  There is a set of very useful links I need to read later, explaining these features and how to use them.]]></description>
			<content:encoded><![CDATA[<p>A blog entry by Scott Raymond on <a href="http://scottraymond.net/articles/2006/02/28/rails-1.1">what is new in Rails 1.1</a>.  There is a set of very useful links I need to read later, explaining these features and how to use them.</p>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2006/03/01/what-will-be-new-in-rails-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>svk sync smerge</title>
		<link>http://stateless.geek.nz/2005/06/12/svk-sync-smerge/</link>
		<comments>http://stateless.geek.nz/2005/06/12/svk-sync-smerge/#comments</comments>
		<pubDate>Sun, 12 Jun 2005 01:59:52 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/2005/06/12/svk-sync-smerge/</guid>
		<description><![CDATA[Bsag has made some changes and released Tracks 1.03, so I figured it was a good time to try out the smerge process with svk. This article has a good description of thesvk workflow process this involves. Unfortunately it is a difficult merge due to whitespace formating changes. So it hides any of the real [...]]]></description>
			<content:encoded><![CDATA[<p>Bsag has made some changes and released Tracks 1.03, so I figured it was a good time to try out the smerge process with svk. This article has a good description of the<a href="http://www.bieberlabs.com/wordpress/archives/2005/03/19/explaining-the-svk-workflow">svk workflow</a> process this involves.</p>
<p>Unfortunately it is a difficult merge due to whitespace formating changes. So it hides any of the real code changes that might have occured.  In fact after the merge I had to unrevert some of the changes I made in my local trunk.  svk smerge doesn&#8217;t seem to be able to view conflicts on a line by line base.</p>
<p>I have svk sync running on crontab, so to mirror branch in the local svk repository is pretty much constantly up to date.  Star merging these changes into the local svk development branch and then onto my svn and svk working copies is the next job. </p>
<p><span id="more-191"></span></p>
<blockquote><p>
<code><br />
[nic@shell:~/tmp/shlg-tracks] svk smerge -C /tracks/mirror/trunk/tracks /tracks/local/shlg-tracks/<br />
Auto-merging (102, 109) /mirror/trunk/tracks to /local/shlg-tracks (base /mirror/trunk/tracks:102).<br />
U   app/helpers/application_helper.rb<br />
U   app/helpers/feed_helper.rb<br />
U   app/helpers/todo_helper.rb<br />
U   app/helpers/login_helper.rb<br />
C   app/models/todo.rb<br />
C   app/controllers/application.rb<br />
G   app/controllers/feed_controller.rb<br />
C   app/controllers/context_controller.rb<br />
C   app/controllers/todo_controller.rb<br />
C   app/controllers/project_controller.rb<br />
U   app/views/layouts/standard.rhtml<br />
U   app/views/context/_show_items.rhtml<br />
U   app/views/context/show.rhtml<br />
C   app/views/todo/list.rhtml<br />
U   app/views/todo/_show_items.rhtml<br />
U   app/views/todo/_action_edit_form.rhtml<br />
U   app/views/project/_show_items.rhtml<br />
U   app/views/project/show.rhtml<br />
U   README_FIRST.txt<br />
U   Rakefile<br />
A   doc/README_FOR_APP<br />
A   doc/CHANGELOG<br />
D   doc/CHANGENOTES.txt<br />
D   doc/README.txt<br />
U   public/javascripts/prototype.js<br />
U   public/javascripts/calendar-setup.js<br />
U   public/javascripts/calendar.js<br />
U   public/javascripts/toggle_notes.js<br />
U   public/stylesheets/standard.css<br />
D   README_LOGIN<br />
New merge ticket: a4c988fc-2ded-0310-b66e-134b36920a42:/trunk/tracks:103<br />
Empty merge.<br />
6 conflicts found.<br />
</code>
</p></blockquote>
<p>svk seems to use the same status codes for smerge as <em><a href="http://svnbook.red-bean.com/en/1.1/re26.html">svn status</a></em>.   Note, &#8216;G&#8217; is documented <a href="http://svnbook.red-bean.com/en/1.1/ch03s05.html#svn-ch-3-sect-5.4">here</a>.  In summary from <em>svk help up</em>:</p>
<blockquote><p>
      A  Added<br />
      D  Deleted<br />
      U  Updated<br />
      C  Conflict<br />
      G  Merged<br />
      g  Merged without actual change
</p></blockquote>
<p>Next step is to actually merge the changes from the mirror.  <em>svk smerge -l</em>  smerges the updates from the mirror &#8220;using the logs of merged revisions as commit message&#8221;.  If there is a conflict, you are given the option of chosing your or their revisions.</p>
<blockquote><p>
<code><br />
[nic@shell:~/tmp/shlg-tracks] svk smerge -l /tracks/mirror/trunk/tracks /tracks/local/shlg-tracks/<br />
Auto-merging (102, 109) /mirror/trunk/tracks to /local/shlg-tracks (base /mirror/trunk/tracks:102).<br />
Waiting for editor...<br />
Log message not modified: a)bort, e)dit, c)ommit?c<br />
U   app/helpers/application_helper.rb<br />
U   app/helpers/feed_helper.rb<br />
U   app/helpers/todo_helper.rb<br />
U   app/helpers/login_helper.rb<br />
Conflict found in app/models/todo.rb:<br />
e)dit, d)iff, m)erge, s)kip, t)heirs, y)ours, h)elp? [e] d<br />
--- app/models/todo.rb (YOURS)<br />
+++ app/models/todo.rb (MERGED)<br />
...<br />
Conflict found in app/models/todo.rb:<br />
e)dit, d)iff, m)erge, s)kip, t)heirs, y)ours, h)elp? [e] t<br />
G   app/models/todo.rb<br />
Conflict found in app/controllers/application.rb:<br />
e)dit, d)iff, m)erge, s)kip, t)heirs, y)ours, h)elp? [e] d<br />
...<br />
New merge ticket: a4c988fc-2ded-0310-b66e-134b36920a42:/trunk/tracks:103<br />
Committed revision 111.<br />
</code>
</p></blockquote>
<p>Followed by an update to my working copy.</p>
<blockquote><p>
<code><br />
nic@rails:~/devel/tracks-dev$ svn info<br />
Path: .<br />
URL: https://svn.plumtree.co.nz/repos/tracks/local/shlg-tracks<br />
Repository UUID: 3080eda5-12f9-0310-a60c-bfd680f1e508<br />
Revision: 112<br />
Node Kind: directory<br />
Schedule: normal<br />
Last Changed Author: nic<br />
Last Changed Rev: 112<br />
Last Changed Date: 2005-06-12 13:08:16 +1200 (Sun, 12 Jun 2005)<br />
Properties Last Updated: 2005-06-12 12:53:20 +1200 (Sun, 12 Jun 2005)<br />
nic@rails:~/devel/tracks-dev$ svn up<br />
U  app/helpers/application_helper.rb<br />
U  app/helpers/feed_helper.rb<br />
U  app/helpers/todo_helper.rb<br />
U  app/helpers/login_helper.rb<br />
U  app/models/todo.rb<br />
U  app/controllers/application.rb<br />
U  app/controllers/feed_controller.rb<br />
U  app/controllers/context_controller.rb<br />
U  app/controllers/todo_controller.rb<br />
U  app/controllers/project_controller.rb<br />
U  app/views/layouts/standard.rhtml<br />
U  app/views/context/_show_items.rhtml<br />
U  app/views/context/show.rhtml<br />
U  app/views/todo/list.rhtml<br />
U  app/views/todo/_show_items.rhtml<br />
U  app/views/todo/_action_edit_form.rhtml<br />
U  app/views/project/_show_items.rhtml<br />
U  app/views/project/show.rhtml<br />
U  README_FIRST.txt<br />
U  Rakefile<br />
A  doc/README_FOR_APP<br />
A  doc/CHANGELOG<br />
D  doc/README.txt<br />
D  doc/CHANGENOTES.txt<br />
U  public/javascripts/prototype.js<br />
U  public/javascripts/calendar-setup.js<br />
U  public/javascripts/calendar.js<br />
U  public/javascripts/toggle_notes.js<br />
U  public/stylesheets/standard.css<br />
D  README_LOGIN<br />
 U .<br />
Updated to revision 111.<br />
</code>
</p></blockquote>
<p>There was only one manual corrections I needed to make were svk smerge got confused by the whitespace updates from the mirror, plus one bit were I had to revert the changes back to the version I had made locally. </p>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2005/06/12/svk-sync-smerge/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>svk and working with external project</title>
		<link>http://stateless.geek.nz/2005/06/09/svk-and-working-with-external-project/</link>
		<comments>http://stateless.geek.nz/2005/06/09/svk-and-working-with-external-project/#comments</comments>
		<pubDate>Thu, 09 Jun 2005 02:45:15 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/2005/06/09/svk-and-working-with-external-project/</guid>
		<description><![CDATA[I&#8217;ve been reading the svk documentation, which is somewhat lacking, working out the best way to setup an external development enviroment for tracks a Rails based GTD project I&#8217;ve been contributing too. I&#8217;m planning to port the Salted Hash Login Generator to Tracks. Currently I don&#8217;t have write access to the track subversion repository, so [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been reading the <a href="http://svk.elixus.org/">svk</a> documentation, which is somewhat lacking, working out the best way to setup an external development enviroment for <a href="http://dev.rousette.org.uk/">tracks</a> a Rails based GTD project I&#8217;ve been contributing too. I&#8217;m planning to <a href="http://dev.rousette.org.uk/ticket/47">port</a> the <a href="http://wiki.rubyonrails.com/rails/show/SaltedHashLoginGenerator">Salted Hash Login Generator</a> to Tracks.  Currently I don&#8217;t have write access to the track subversion repository, so this lead me to try svk out.</p>
<p>I decided that I wanted a seperate subversion repository from the svk default depot for mirror tracks and tracking my changes. So I followed the basic setup for svk: <em>svk depotmap &#8211;init</em>. Then added <em>&#8216;tracks&#8217;:/home/svn/tracks</em> via <em>svk depotmap</em>.</p>
<p><span id="more-190"></span></p>
<blockquote><p>
<code><br />
[nic@shell:~/] svk depotmap<br />
Waiting for editor...<br />
New depot map saved.<br />
Repository /home/svn/tracks does not exist, create? (y/n)y<br />
[nic@shell:~/] svk depotmap --list<br />
Depot                   Path<br />
============================================================<br />
//                      /home/nic/.svk/local<br />
/tracks/                /home/svn/tracks<br />
[nic@shell:~/] svk ls /tracks/mirror/<br />
branches/<br />
tags/<br />
trunk/<br />
</code>
</p></blockquote>
<p>Then I setup the mirror for the mainline tracks repository with:</p>
<blockquote><p>
<code><br />
[nic@shell:~/] svk mirror http://www.rousette.org.uk/svn/tracks-repos/ /tracks/mirror/<br />
[nic@shell:~/] svk mirror --list<br />
Path                    Source<br />
============================================================<br />
/tracks/mirror          http://www.rousette.org.uk/svn/tracks-repos<br />
[nic@shell:~/] svk sync /tracks/mirror<br />
Syncing http://www.rousette.org.uk/svn/tracks-repos<br />
Retrieving log information from 1 to 101<br />
Committed revision 2 from revision 1.<br />
...<br />
Committed revision 102 from revision 101.<br />
</code>
</p></blockquote>
<p>Finally create the local development branch:</p>
<blockquote><p>
<code><br />
[nic@shell:~] svk cp -p -m'Branch to bring work on Salted Hash Login Genetator version of tracks' /tracks/mirror/trunk/tracks /tracks/local/shlg-tracks<br />
Committed revision 103.<br />
[nic@shell:~/tmp] svk co /tracks/local/shlg-tracks<br />
Syncing /tracks/local/shlg-tracks(/local/shlg-tracks) in /home/nic/tmp/shlg-tracks to 103.<br />
A   shlg-tracks/test<br />
A   shlg-tracks/test/unit<br />
...<br />
</code>
</p></blockquote>
<p>From what I&#8217;ve <a href="http://svk.elixus.org/?UsingSVKAsARepositoryMirroringSystem">read</a> I can also do this remotely (rails to shell) with:</p>
<blockquote><p>
<code><br />
[nic@rails:~/tmp] svn co svn+ssh://shell/home/svn/tracks/local/shlg-tracks shlg-tracks<br />
A  shlg-tracks/test<br />
A  shlg-tracks/test/unit<br />
A  shlg-tracks/test/unit/user_test.rb<br />
A  shlg-tracks/test/unit/context_test.rb<br />
...<br />
</code>
</p></blockquote>
<p>Although at this point I&#8217;m not 100% sure I can workable use svn to commit back to the svk branch, without corruption.</p>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2005/06/09/svk-and-working-with-external-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rhtml, vim and rails</title>
		<link>http://stateless.geek.nz/2005/06/02/rhtml-vim-and-rails/</link>
		<comments>http://stateless.geek.nz/2005/06/02/rhtml-vim-and-rails/#comments</comments>
		<pubDate>Thu, 02 Jun 2005 11:43:37 +0000</pubDate>
		<dc:creator>Nicholas Lee</dc:creator>
				<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://stateless.geek.nz/2005/06/02/rhtml-vim-and-rails/</guid>
		<description><![CDATA[Grab and install eruby.vim into ~/.vim/syntax. Then following this tip add: au BufNewFile,BufRead *.rhtml set syn=eruby to ~/.vimrc. While you are at that, make sure you check out HowtoUseVimWithRails.]]></description>
			<content:encoded><![CDATA[<p>Grab and install <a href="http://vim.sourceforge.net/scripts/script.php?script_id=403">eruby.vim</a> into ~/.vim/syntax. Then following this <a href="http://rubyforge.org/pipermail/vim-ruby-devel/2005q1/000259.html">tip</a> add:</p>
<p><code><br />
   au BufNewFile,BufRead *.rhtml set syn=eruby<br />
</code></p>
<p>to ~/.vimrc.</p>
<p>While you are at that, make sure you check out <a href="http://wiki.rubyonrails.com/rails/show/HowtoUseVimWithRails">HowtoUseVimWithRails</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://stateless.geek.nz/2005/06/02/rhtml-vim-and-rails/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

