Greg Donald wrote: > 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/
Hi Greg, thanks for the reply. No, I get the same permissions error. lil-loco:/rails/cem craigmartin$ touch /rails/cem/db/schema.rb touch: /rails/cem/db/schema.rb: Permission denied The db does exist yes. The last thing I did was to do a :prepare on the test db and run some tests. This may be a silly mistake on my part but did I miss something after running the test? Is it possible to lock the dev db when preparing the testing db? Again, thanks for the reply. Craig -- 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 -~----------~----~----~----~------~----~------~--~---

