Error when trying to get the install RSpec from Github

Hi – I’ve tried to get the latest RSpec by following the instructions
at:
GitHub - dchelimsky/rspec: Behaviour Driven Development framework for Ruby

I clone the repository just fine, but then, when I ‘rake gem’, I get the
following errors:

svn: ‘…’ is not a working copy
svn: Can’t open file ‘…/.svn/entries’: No such file or directory
tar: rspec-rails-1.1.3: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors
svn: ‘…’ is not a working copy
svn: Can’t open file ‘…/.svn/entries’: No such file or directory
tar: RSpec.tmbundle: Cannot stat: No such file or directory
tar: Error exit delayed from previous errors

Can anyone advise me on how to get around this?
Cheers,
Doug.

On May 23, 2008, at 5:17 AM, Doug L. wrote:

svn: ‘…’ is not a working copy
Can anyone advise me on how to get around this?
That’s a bug - please file a ticket at http://rspec.lighthouseapp.com.

If you’re using this for a rails app, you’re better off following the
directions at Home · dchelimsky/rspec-rails Wiki · GitHub

Cheers,
David

Ticket files – #407.
& cheers for the link, man – I’ll check that now.
Doug.