I believe I am just going to put the --password switch back in. It is known to work in all relevant cases, and doesn't overcomplicate the code. If security concerns you, it's not the end of the world: it would be relatively straightforward to subclass the Subversion module and add your own preferred behavior there.
- Jamis On 9/23/07, Tim Lucas <[EMAIL PROTECTED]> wrote: > > On 22/09/2007, at 11:25 PM, Jonathan Weiss wrote: > > > Tim Lucas wrote: > >> How about simply removing #authentication from the #query_revision > >> svn command args? > > > > I need local auth as there are cases where you do not have an auth > > cache > > (do not want to have one), best example ist Webistrano. > > What about my suggestion from that same email? > > > If you still needed the flexibility of specifying local auth details > > maybe you could have #query_revision use a #local_authentication > > which drew from two local-only vars: :scm_local_username > > and :scm_local_password ? > > Would that suffice? > > -- tim > > > > --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
