Chris Olsen
2007-Dec-04 20:13 UTC
[rspec-users] svn: Connection closed unexpectedly when getting trunk
Is anyone else getting this message? With rails 2.0 pre-releases it looks like you also have to be working with the latest version of rpsec. $ ruby script/plugin install svn://rubyforge.org/var/svn/rspec/trunk/rspec svn: Connection closed unexpectedly The above is what I get when I try to install the trunk version. Is there something that I am missing? Thanks -- Posted via http://www.ruby-forum.com/.
David Chelimsky
2007-Dec-04 20:20 UTC
[rspec-users] svn: Connection closed unexpectedly when getting trunk
On Dec 4, 2007 2:13 PM, Chris Olsen <lists at ruby-forum.com> wrote:> Is anyone else getting this message? > > With rails 2.0 pre-releases it looks like you also have to be working > with the latest version of rpsec. > > $ ruby script/plugin install > svn://rubyforge.org/var/svn/rspec/trunk/rspec > svn: Connection closed unexpectedly > > The above is what I get when I try to install the trunk version.Try: http://rspec.rubyforge.org/svn/trunk/rspec http://rspec.rubyforge.org/svn/trunk/rspec_on_rails> > Is there something that I am missing? > > Thanks > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
Scott Taylor
2007-Dec-04 20:37 UTC
[rspec-users] svn: Connection closed unexpectedly when getting trunk
On Dec 4, 2007, at 3:20 PM, David Chelimsky wrote:> On Dec 4, 2007 2:13 PM, Chris Olsen <lists at ruby-forum.com> wrote: >> Is anyone else getting this message? >> >> With rails 2.0 pre-releases it looks like you also have to be working >> with the latest version of rpsec. >> >> $ ruby script/plugin install >> svn://rubyforge.org/var/svn/rspec/trunk/rspec >> svn: Connection closed unexpectedly >> >> The above is what I get when I try to install the trunk version. > > Try: > > http://rspec.rubyforge.org/svn/trunk/rspec > http://rspec.rubyforge.org/svn/trunk/rspec_on_railsYeah - the http connection is a lot more reliable than the svn one. Scott
Chris Olsen
2007-Dec-04 21:52 UTC
[rspec-users] svn: Connection closed unexpectedly when getting trunk
David Chelimsky wrote:> > Try: > > http://rspec.rubyforge.org/svn/trunk/rspec > http://rspec.rubyforge.org/svn/trunk/rspec_on_railsThat worked much better. Thanks -- Posted via http://www.ruby-forum.com/.