On Wed, Apr 1, 2009 at 4:33 PM, Craig Martin <[email protected]> wrote: > > I am at a loss here and hoping for some advise on where to begin looking > with a series of errors I am suddenly getting when trying to rake: > "anything goes here" .. > > lil-loco:/rails/cem craigmartin$ rake db:migrate > (in /rails/cem) > rake aborted! > Permission denied - /rails/cem/db/schema.rb
Does /rails/cem/db exist? Is it writable by your user? Can you do something like: touch /rails/cem/db/schema.rb ? -- Greg Donald http://destiney.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 -~----------~----~----~----~------~----~------~--~---

