[Capistrano] Re: mercurial checkouts

2007-09-23 Thread Izidor Jerebic
Yes, cap 2 doesn't support it. See my post titled remote cache of local checkout with rsync for a fix... izidor On 22.9.2007, at 22:47, Kevin Williams wrote: I'm experimenting with Mercurial on my latest project, and I'm using Capistrano 2. It works just fine, but I'm curious about one

[Capistrano] Re: [ANN] Capistrano 2.1 Preview #1

2007-09-23 Thread Tim Lucas
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

[Capistrano] Re: [ANN] Capistrano 2.1 Preview #1

2007-09-23 Thread Jamis Buck
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

[Capistrano] Re: [ANN] Capistrano 2.1 Preview #1

2007-09-23 Thread Jonathan Weiss
Tim Lucas wrote: 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? If it would default to

[Capistrano] Re: mercurial checkouts

2007-09-23 Thread Matthew Elder
this functionality exists in mercurial via the hg archive command. the problem is that this command does not support this action from remote repositories. there are workarounds but they are different depending on which remote protocol you are using (ssh, http, https etc etc).. Anyways I