> rm -rf vendor/rails > rake aborted! > Permission denied - activerecord-2.2.2 or activerecord > C:/Ruby/lib/ruby/1.8/fileutils.rb:505:in `rename' > C:/Ruby/lib/ruby/1.8/fileutils.rb:505:in `mv'
can you delete vendor/rails? Sometimes unzipping files gives them 'weird' permissions--copying the entire directory structure to a new directory sometimes helps, sometimes opening cygwin bash and running chmod a+rwx * -R sometimes helps. Do what you can :) -=r -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

