Keeping Up with Trunk

I have a project with rspec installed as a plugin using
svn:externals. Here are my externals:

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

I just did an svn up on both and now have a version mismatch:

########################################################################

Your RSpec on Rails plugin is incompatible with your installed RSpec.

RSpec : 1.1.0 (r2804)
RSpec on Rails : r2817

Make sure your RSpec on Rails plugin is compatible with your RSpec gem.
See http://rspec.rubyforge.org/documentation/rails/install.html for
details.
########################################################################

Any idea why this might be happening?

On Nov 6, 2007 4:18 PM, Steve R. [email protected] wrote:

########################################################################

Any idea why this might be happening?

I get 2817 for both. Not sure why you’re experiencing this.

I’ve been having good luck with this up to now, but then got a
mismatch today. It seems the svn servers on Rubyforge have been a bit
spotty – or at least that’s how it seems. They have been closing
connections and maybe that’s how I got out of sync.

Thx