Hi:
I had a similar problem on dreamhost which seemed to be due to a
difference in the way the 'ln' command worked in that environment.
IIRC running the setup task on dreamhost created a 'current' directory
rather than a symlink.
I never investigated it in detail, since adding this to my deploy.rb
seemed to work:
desc "Remove the 'current' that dreamhost leaves lying around"
task :after_setup do
delete "#{current_path}", :recursive => true
end
Obviously you'll need to re-run the setup task for this to have any
effect.
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---