<div>I apologize if this is a very dumb newbie issue, but I really want to experiment with the new &quot;Story Runner&quot; functionality in rspec and I&#39;m having trouble using the trunk.</div>
<div>&nbsp;</div>
<div>I&#39;ve tried in both windows and linux environments and have different problems on each.</div>
<div>&nbsp;</div>
<div>On linux, I execute&nbsp;<font face="courier new,monospace">svn co svn://rubyforge.org/var/svn/rspec/trunk </font>to check out the trunk.&nbsp; This completes successfully, so I try to build the gem.&nbsp; The readme on building says:
</div>
<blockquote dir="ltr" style="margin-right: 0px;">
<div>&quot;check out source from svn://rubyforge.org/var/svn/rspec/trunk. Then do the following: </div>
<div><font face="courier new,monospace">rake gem</font></div>
<div><font face="courier new,monospace">gem install pkg/rspec-0.x.x.gem</font> (you may have to sudo)&quot;</div></blockquote>
<div dir="ltr">This doesn&#39;t work in trunk, so I cd into trunk/rspec and execute rake gem.&nbsp; This fails with:<br><br><span style="font-family: courier new,monospace;">dwright@hendrix:~/trunk/rspec$ rake gem</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">(in /home/dwright/trunk/rspec)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">mkdir pkg</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">rm -rf pkg/rspec_on_rails</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">mkdir pkg</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">rm -rf pkg/RSpec.tmbundle</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">rake aborted!</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">No such file or directory - ../spec_ui</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">/home/dwright/trunk/rspec/Rakefile:227:in `chdir&#39;
</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">(See full trace by running task with --trace)<br></span><br></div>
<div>&nbsp;</div>
<div>On windows (vista), I can&#39;t seem to successfully check out the project.&nbsp; When I execute:</div>
<div>&nbsp;</div>
<div><font face="courier new,monospace">svn co svn://rubyforge.org/var/svn/rspec/trunk</font></div>
<div>&nbsp;</div>
<div>I get the following error part-way through the checkout:</div>
<div>&nbsp;</div>
<div><font face="courier new,monospace">svn: In directory &#39;trunk\RSpec.tmbundle\Preferences&#39;<br>svn: Can&#39;t move &#39;trunk\RSpec.tmbundle\Preferences\.svn\tmp\Symbol List: Behaviour.tmPreferences.tmp.tmp&#39; to &#39;trunk\RSpec.tmbundle\Preferences\.svn\tmp\Symbol List: 
Behaviour.tmPreferences.tmp&#39;: The parameter is incorrect.</font></div>
<div><font face="Courier New"></font>&nbsp;</div>
<div><font face="">I can&#39;t proceed in this case because the checkout won&#39;t complete.&nbsp; This may be an svn&nbsp;setup problem on my part and, if so, sorry to bring it here.<br><br>Overall, I&#39;m assuming that when I get the gem built and installed, I will need to get the &quot;edge&quot; version of the rspec and rspec_on_rails plugins in my rails project in order to play with Story Runner.&nbsp; I tried just getting the latest versions of the plugins, but without updating my gem, these (understandably) don&#39;t work.
<br><br>If anyone has the recipe for setting this up so that I can play with Story Runner, I&#39;d greatly appreciate it.&nbsp; Again, I apologize if these are overly newbie questions.&nbsp; I&#39;m not very experienced with subversion and relatively new to rails - but absolutely loving rspec!
<br><br>Thanks!<br><br>-Doug Wright<br></font></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>