Doug Livesey
2008-May-23 10:17 UTC
[rspec-users] Error when trying to get the install RSpec from Github
Hi -- I''ve tried to get the latest RSpec by following the instructions at: http://github.com/dchelimsky/rspec/wikis/home I clone the repository just fine, but then, when I ''rake gem'', I get the following errors: <OUTPUT> 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 </OUTPUT> Can anyone advise me on how to get around this? Cheers, Doug. -- Posted via http://www.ruby-forum.com/.
David Chelimsky
2008-May-23 10:44 UTC
[rspec-users] Error when trying to get the install RSpec from Github
On May 23, 2008, at 5:17 AM, Doug Livesey wrote:> Hi -- I''ve tried to get the latest RSpec by following the instructions > at: > http://github.com/dchelimsky/rspec/wikis/home > > I clone the repository just fine, but then, when I ''rake gem'', I get > the > following errors: > > <OUTPUT> > > 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 > > </OUTPUT> > > 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 http://github.com/dchelimsky/rspec-rails/wikis/home Cheers, David> > Cheers, > Doug. > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users