Try setting :scm_auth_cache to true: set :scm_auth_cache, true
You'll need to blow away your copy cache directory so that the initial checkout uses the auth-cache setting, though. - Jamis On Jul 17, 2008, at 10:44 AM, shaan wrote: > > When I use 'set :copy_cache, true', the svn command becomes: > svn update -q -r213 /tmp/<application> > This forces it to run as current user and asks for svn-password. > Shouldn't it continue to include svn user/pass specified > under :svn_user/:svn_password, as it does when :copy_cache is false? > -sharad > > > --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
