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

On Dec 4, 2007 2:13 PM, Chris O. [email protected] 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

On Dec 4, 2007, at 3:20 PM, David C. wrote:

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

Yeah - the http connection is a lot more reliable than the svn one.

Scott

David C. wrote:

Try:

http://rspec.rubyforge.org/svn/trunk/rspec
http://rspec.rubyforge.org/svn/trunk/rspec_on_rails

That worked much better.

Thanks