No Rakefile found (but I see it!)

newbie. going thru the Depot tutorial.

googling all over for clues have left me empty handed.

os x 10.4.10, rails 1.2.4, rake 0.7.3

AFAICT, the installs of rails and rake went fine using gem install.

the command: rake db:migrate

returns an error: No Rakefile found (looking for: rakefile, Rakefile,
rakefile.rb, Rakefile.rb)

I am running the command from the project directory /Depot, and there is
a file “Rakefile”

What are the permissions for the Rakefile supposed to be? I can’t find
that in the rake docs.

Trace is supposed add enlightenment, but I don’t know how to interpret
the output.

$ rake db:migrate --trace
rake aborted!
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb,
Rakefile.rb)
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1934:in
raw_load_rakefile' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1727:inload_rakefile’
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:in
standard_exception_handling' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1726:inload_rakefile’
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1710:in run' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1761:instandard_exception_handling’
/usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake.rb:1708:in run' /usr/local/lib/ruby/gems/1.8/gems/rake-0.7.3/bin/rake:7 /usr/local/bin/rake:16:inload’
/usr/local/bin/rake:16

Any clues appreciated

– gw

Egads – nevermind. I thought I was in the /Depot dir, but I was not.
.

Sorry.

– gw