Thanks for the reply Jamis. What I mean is that the cleanup is the last command in the deploy script and that's where it is failing.
I can't figure out why it would be trying to change directory to tmp. I guess it could be something my host has implemented (I'm on a shared space) to protect malicious deleting or something like that. I shall contact them and see what they say before taking up any more of your time. Thanks, Paul. On Mar 22, 3:14 am, Jamis Buck <[EMAIL PROTECTED]> wrote: > Is the cleanup task being executed when you deploy? Or did you mean > to say "my cleanup gets all the way to the end..."? (Just confused > there.) > > Regarding the permissions error, I have no idea why rm -rf would be > trying to do a chdir. What is the OS on the remote host? Can you > paste the complete output of Capistrano? > > - Jamis > > On Mar 21, 2007, at 6:20 PM, Paul Sturgess wrote: > > > > > Hi there, > > > I'm hoping someone can help me out here, I'm sure there must be a > > simple fix for this problem I've got. > > > Basically my deploy gets all the way to the end but it's not going > > live because of this error. > > > executing task cleanup > > keeping 5 of 7 deployed releases > > executing "rm -rf <old_release_path> <another_old_release_path> > > cannot chdir from `<old_release_path>' to `tmp' > > Permission denied > > > I really can't figure out what permissions it is complaining about. > > > Any help would be most appreciated. > > Thanks, > > Paul. --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
