git_shallow_clone allows you to do a clone that doesn't fetch the
entire history of the repo, which is the default for cloning.  it is
something like 'svn export'.  I recommend using 'deploy_via
:remote_cache' instead - you can't use both together - but I have used
it for 'deploy_via :copy' setups or for setups where you do not want
to use a 'deploy_via' method at all.  In those cases, it can
significantly speed up the clone.

Scott

On Wed, Jun 4, 2008 at 6:43 PM, Tyler Bird <[EMAIL PROTECTED]> wrote:
>
> What advantages (and possible disadvantages) does the use of the
> setting:
>
> :git_shallow_clone, 1
>
> in a person's git deployment strategy?
> >
>

--~--~---------~--~----~------------~-------~--~----~
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