Displaying 1 result from an estimated 1 matches for "rel_1_0_3".
Did you mean:
rel_1_0_8
2007 May 25
4
rspec on rails update question
...ision 2032.
$ svn up vendor/plugins/rspec_on_rails
At revision 2032.
How can i tell which version is actually installed on my system now?
perhaps I don''t know svn well enough to identify the tags
I would like 1.0.3, its listed under http://rspec.rubyforge.org/
changes.html but tags/REL_1_0_3 doesn''t seem to exist yet, right? It
tried
$ ruby script/plugin install -x --force svn://rubyforge.org/var/
svn/rspec/tags/REL_1_0_3/rspec
svn: URL ''svn://rubyforge.org/var/svn/rspec/tags/REL_1_0_3/rspec''
doesn''t exist
Is that the way to upgrade?
thank...