Hi,

Why does cap update_current ask for a svn passwd? I scanned the source
(see below) and it seems checkout and update are a little different in
that "update" doesn't include #{authorization} in the command.

def checkout(actor)
   op = configuration[:checkout] || "co"
   command = "#{svn} #{op} #{authorization} -q -
r#{configuration.revision} #{configuration.repository}
#{actor.release_path} &&"
   run_checkout(actor, command, &svn_stream_handler(actor))
end

def update(actor)
   command = "cd #{actor.current_path} && #{svn} up -q &&"
   run_update(actor, command, &svn_stream_handler(actor))
end

Is this a bug by any chance?

Jeroen


--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to