Hi, First up many thanks for creating Capistrano, you've saved me a load of development time and made my life immeasurably better. You probably don't get thanked as often as you should for this.
Secondly, I'm writing a tutorial on using Capistrano (version 2 unfortunately, a version 3 update will follow) and just wanted to clarify one thing: - When running a 'cap deploy' I would have expected all commands to be run from the user account defined by the ':user' setting in the deploy.rb file. However when I call 'cap deploy' it appears that the initial 'svn info' call is being run from the local machine under the logged in user's account (i.e the user invoking the 'cap deploy'). Is it possible to make this call run using the user account set using ':user' in the deploy.rb file? As per board guidelines my info is as follows: *Ruby version:* ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-linux] *Cap version:* Capistrano v2.15.5 *deploy.rb: *http://pastie.org/8405947 (server locations have been changed to example.com from real values but everything else is as is) *Capfile:* http://pastie.org/8405962 Any advice gratefully received, Billy Davies -- -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en --- You received this message because you are subscribed to the Google Groups "Capistrano" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
