<div>I apologize if this is a very dumb newbie issue, but I really want to experiment with the new "Story Runner" functionality in rspec and I'm having trouble using the trunk.</div>
<div> </div>
<div>I've tried in both windows and linux environments and have different problems on each.</div>
<div> </div>
<div>On linux, I execute <font face="courier new,monospace">svn co svn://rubyforge.org/var/svn/rspec/trunk </font>to check out the trunk. This completes successfully, so I try to build the gem. The readme on building says:
</div>
<blockquote dir="ltr" style="margin-right: 0px;">
<div>"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)"</div></blockquote>
<div dir="ltr">This doesn't work in trunk, so I cd into trunk/rspec and execute rake gem. 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'
</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> </div>
<div>On windows (vista), I can't seem to successfully check out the project. When I execute:</div>
<div> </div>
<div><font face="courier new,monospace">svn co svn://rubyforge.org/var/svn/rspec/trunk</font></div>
<div> </div>
<div>I get the following error part-way through the checkout:</div>
<div> </div>
<div><font face="courier new,monospace">svn: In directory 'trunk\RSpec.tmbundle\Preferences'<br>svn: Can't move 'trunk\RSpec.tmbundle\Preferences\.svn\tmp\Symbol List: Behaviour.tmPreferences.tmp.tmp' to 'trunk\RSpec.tmbundle\Preferences\.svn\tmp\Symbol List:
Behaviour.tmPreferences.tmp': The parameter is incorrect.</font></div>
<div><font face="Courier New"></font> </div>
<div><font face="">I can't proceed in this case because the checkout won't complete. This may be an svn setup problem on my part and, if so, sorry to bring it here.<br><br>Overall, I'm assuming that when I get the gem built and installed, I will need to get the "edge" version of the rspec and rspec_on_rails plugins in my rails project in order to play with Story Runner. I tried just getting the latest versions of the plugins, but without updating my gem, these (understandably) don't work.
<br><br>If anyone has the recipe for setting this up so that I can play with Story Runner, I'd greatly appreciate it. Again, I apologize if these are overly newbie questions. I'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> </div>
<div> </div>
<div> </div>