[Capistrano] Re: Deploy failing at the end on permission denied

2007-03-21 Thread Jamis Buck
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 com

[Capistrano] Deploy failing at the end on permission denied

2007-03-21 Thread Paul Sturgess
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 cannot chd

[Capistrano] Re: local svn server, cannot deploy to remote server

2007-03-21 Thread wolfmanjm
cap does not support local svn servers out of the box... However there is a add-on that does support that mode, details are here... http://blog.wolfman.com/articles/2007/02/18/updated-capistrano-local-subversion-and-perforce That scm module also supports using different svn access methods for s