Displaying 1 result from an estimated 1 matches for "rel_1_0_2".
Did you mean:
rel_1_0_8
2007 May 25
4
rspec on rails update question
...alled (per the docs) last week with the following commands
$ ruby script/plugin install -x svn://rubyforge.org/var/svn/rspec/
tags/REL_1_0_0/rspec
$ ruby script/plugin install -x svn://rubyforge.org/var/svn/rspec/
tags/REL_1_0_0/rspec_on_rails
$ script/generate rspec
Should I have said REL_1_0_2 instead? Will svn up find the latest tags?
When I run
$ svn up vendor/plugins/rspec
At revision 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...