• iannucci@chromium.org's avatar
    Add a git cache for gclient sync operations. · 53456aa2
    iannucci@chromium.org authored
    Instead of cloning straight into place, clones are made to a global cache dir,
    and then local (using --shared) clones are made from the cache to the final
    resting place. This means the 'final' clones are full repos with no shenanigans,
    meaning that branches, commits, etc. all work, which should allow the rest of
    the gclient ecosystem to work without change as well.
    
    The primary benefit is, of course, reduced network IO, and a much lower cost for
    'clobber' operations (assuming we don't clobber the cache). It also means that
    a given bot can have a greater number of checkouts, since the entire git history
    will only be stored once per machine, instead of once per checkout.
    
    R=dpranke@chromium.org, szager@chromium.org
    BUG=
    
    Review URL: https://chromiumcodereview.appspot.com/18328003
    
    git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@210024 0039d316-1c4b-4281-b951-d872f2087c98
    53456aa2
Name
Last commit
Last update
..
gstools Loading commit data...
subversion_config Loading commit data...
abandon.sh Loading commit data...
basic.sh Loading commit data...
breakpad_unittest.py Loading commit data...
checkout_test.py Loading commit data...
download_from_google_storage_unittests.py Loading commit data...
fix_encoding_test.py Loading commit data...
gcl_unittest.py Loading commit data...
gclient_scm_test.py Loading commit data...
gclient_smoketest.py Loading commit data...
gclient_test.py Loading commit data...
gclient_utils_test.py Loading commit data...
git_cl_test.py Loading commit data...
hooks.sh Loading commit data...
owners.sh Loading commit data...
owners_unittest.py Loading commit data...
patch.sh Loading commit data...
patch_test.py Loading commit data...
post-dcommit-hook-test.sh Loading commit data...
presubmit_unittest.py Loading commit data...
push-basic.sh Loading commit data...
push-from-logs.sh Loading commit data...
rename.sh Loading commit data...
rietveld_test.py Loading commit data...
sample_pre_commit_hook Loading commit data...
save-description-on-failure.sh Loading commit data...
scm_unittest.py Loading commit data...
submit-from-new-dir.sh Loading commit data...
submodule-merge-test.sh Loading commit data...
subprocess2_test.py Loading commit data...
test-lib.sh Loading commit data...
trychange_unittest.py Loading commit data...
upload-local-tracking-branch.sh Loading commit data...
upload-stale.sh Loading commit data...
upload_to_google_storage_unittests.py Loading commit data...
upstream.sh Loading commit data...
watchlists_unittest.py Loading commit data...