I''m sure this is OT but I''d appreciate the help I''m using rspec_on_rails I prefer to use stable release rather than live dangerously (at least until I can tell the difference between what I might be doing wrong vs problems in rspec). However, I would like to try the RspecScaffoldGenerator fix. I installed (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 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? thanks linoj
On 5/25/07, Jonathan Linowes <jonathan at parkerhill.com> wrote:> I''m sure this is OT but I''d appreciate the helpVery ON Topic - no worries.> > I''m using rspec_on_rails > > I prefer to use stable release rather than live dangerously (at least > until I can tell the difference between what I might be doing wrong > vs problems in rspec). However, I would like to try the > RspecScaffoldGenerator fix. > > I installed (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?We just added tags/CURRENT, so from now on you can grab that and use svn up to update releases.> > 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 tagsLook in vendor/plugins/rspec/lib/spec/version.rb> > 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 > triedThat was a mistake, but 1.0.3 will be out shortly (maybe even today).> > $ 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 existruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec ruby script/plugin install svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec_on_rails Cheers, David> > Is that the way to upgrade? > > thanks > linoj > > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
i also tried $ script/plugin update rspec Updating plugin: rspec $ script/plugin update rspec_on_rails Updating plugin: rspec_on_rails but neither seemed to download anything On May 25, 2007, at 11:21 AM, Jonathan Linowes wrote:> I''m sure this is OT but I''d appreciate the help > > I''m using rspec_on_rails > > I prefer to use stable release rather than live dangerously (at least > until I can tell the difference between what I might be doing wrong > vs problems in rspec). However, I would like to try the > RspecScaffoldGenerator fix. > > I installed (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 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? > > thanks > linoj > > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
On 5/25/07, Jonathan Linowes <jonathan at parkerhill.com> wrote:> i also tried > $ script/plugin update rspec > Updating plugin: rspec > $ script/plugin update rspec_on_rails > Updating plugin: rspec_on_rails > > but neither seemed to download anythingNot if you installed from a tag. Ideally, you should NEVER see any updates under a tag. Tags are permanent snapshots.> > > On May 25, 2007, at 11:21 AM, Jonathan Linowes wrote: > > > I''m sure this is OT but I''d appreciate the help > > > > I''m using rspec_on_rails > > > > I prefer to use stable release rather than live dangerously (at least > > until I can tell the difference between what I might be doing wrong > > vs problems in rspec). However, I would like to try the > > RspecScaffoldGenerator fix. > > > > I installed (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 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? > > > > thanks > > linoj > > > > > > _______________________________________________ > > rspec-users mailing list > > rspec-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/rspec-users > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
On 5/25/07, Jonathan Linowes <jonathan at parkerhill.com> wrote:> I''m sure this is OT but I''d appreciate the help > > I''m using rspec_on_rails > > I prefer to use stable release rather than live dangerously (at least > until I can tell the difference between what I might be doing wrong > vs problems in rspec). However, I would like to try the > RspecScaffoldGenerator fix. > > I installed (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? >REL_* tags will never move. However, you can get the CURRENT tag (new as of today), which will always give you the latest release. Sort of like trunk, but you won''t get the unstable bits between each release.> 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?After you do an svn up, you must rebootstrap rspec: script/generate rspec Now: ruby script/spec -v ..will tell you the current RSpec version - as well as the svn revision.> perhaps I don''t know svn well enough to identify the tags >stand in the plugin and do svn info. you should get the same revision info as script/spec -v> 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?1.0.3 is not released yet. The changes file has info on what''s coming because we sometimes upload the web site between releases.> 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? >I think so. Aslak> thanks > linoj > > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >