Folks, I am trying to freeze rails but am running into some errors that I don't understand. I have tried couple ways based on results I got from searching on the web as below. I thought freezing rails would be a simple and quick thing but am stuck here. Any thoughts on what I may be doing wrong?
Thanks, -S ------------------------------------- First Way --------------------------------------- D:\myPadosi\Trunk>rake rails:freeze:edge TAG=rel_2-2-2 (in D:/myPadosi/Trunk) cd vendor Downloading Rails from http://dev.rubyonrails.org/archives/rails_edge.zip Unpacking Rails rm -rf rails c:/ruby/bin/rake: No such file or directory - unzip rails.zip rm -f rails.zip rm -f rails/Rakefile rm -f rails/cleanlogs.sh rm -f rails/pushgems.rb rm -f rails/release.rb touch rails/REVISION_abb899c54e8777428b7a607774370ba29a5573bd rake aborted! No such file or directory - rails/ REVISION_abb899c54e8777428b7a607774370ba29a5573bd ------------------------------------- Second Way --------------------------------------- D:\myPadosi\Trunk>rake rails:freeze:edge RELEASE=2.2.2 (in D:/myPadosi/Trunk) cd vendor Downloading Rails from http://dev.rubyonrails.org/archives/rails_2.2.2.zip Unpacking Rails rm -rf rails c:/ruby/bin/rake: No such file or directory - unzip rails.zip rm -f rails.zip rm -f rails/Rakefile rm -f rails/cleanlogs.sh rm -f rails/pushgems.rb rm -f rails/release.rb touch rails/REVISION_abb899c54e8777428b7a607774370ba29a5573bd rake aborted! No such file or directory - rails/ REVISION_abb899c54e8777428b7a607774370ba29a5573bd ------------------------------------- Third Way --------------------------------------- --------------- Not sure why it is giving a permission denied error ------------- D:\myPadosi\Trunk>rake rails:freeze:gems (in D:/myPadosi/Trunk) Freezing to the gems for Rails 2.2.2 rm -rf vendor/rails mkdir -p vendor/rails cd vendor/rails Unpacked gem: 'D:/myPadosi/Trunk/vendor/rails/activesupport-2.2.2' mv activesupport-2.2.2 activesupport rm -rf vendor/rails rake aborted! Permission denied - activesupport-2.2.2 or activesupport --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

