• Dan Willemsen's avatar
    GITC: Fix 'repo start <branch> <repo>/<subdir>' · 04197a51
    Dan Willemsen authored
    As soon as we wrote the gitc manifest, the folder for that repo became
    empty, causing the next GetProjects lookup to fail. Reorder the
    GetProjects calls so that they all happen while we still have the
    repository contents available.
    
    If you were already in a subdir, for cases like 'repo start <branch> .',
    this would still fail, since the working directory would disappear out
    from under you. That's fine most of the time, since we shouldn't be
    doing operations based on the local directory, but git has a realpath
    function that tries to restore CWD by chdir'ing back to it. So if the
    working directory no longer exists, chdir to the topdir before
    continuing.
    
    Change-Id: Ibdf6cd37ff6e5a5f8338347c3919175491f7166f
    04197a51
start.py 3.92 KB