Hi everyone, First of all I am kind of certain that this is a Webistrano issue and not a capistrano issue as using the exported deploy.rb with Capistrano is working fine. I just hope that someone knowing his way around Webistrano can help me out here because I'd like using that for deploy due to its nice documentation of deploy history.
I am having trouble getting the Webistrano/Capistrano deployment working in the following environment: Webistrano is running under the user account admin with nginx Webserver in front of it. All of Webistrano as well as Capistrano is running fine (setup and all tasks before initial deploy) until I try to make a deploy:cold or deploy:migrations. The following error message comes up: --- ** loading stage recipe 'Create database.yml' ** loading stage recipe 'Create mongrel_cluster.yml' ** loading stage recipe 'Create folders' ** loading stage recipe 'Link database.yml' * executing `deploy:migrations' * executing `deploy:update_code' *** LOCAL SCM ERROR: svn: Can't open file '/root/.subversion/servers': Permission denied *** Local scm command failed --- I don't quite understand why it is trying to access the servers file in root's .subversion folder. Although I even created the sub folder world writeable just to be sure. use_sudo is set to false so I don't know, why it even bothers to access the file in root's homedir. Hopefully one of you can help me out here cause I tried almost anything by now. Thanks in advance for all your ideas. Cheers Sebastian --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
