in a cap task, if I 'puts File.exists?(current_path)' I get false
returned!   Why is that?

I've got a task that creates a directory in :after_symlink.  when I
cap deploy, this mkdir works fine.  But when I cap deploy:migrations,
the mkdir fails saying that the file already exists.  I added an
unless File.exists on the run command for the directory I'm creating,
but it continues to try to run the mkdir.

Can anyone explain what's going on?


--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to