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 -~----------~----~----~----~------~----~------~--~---
