Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Dartino Name Change

Peter von der Ahé edited this page Jan 28, 2016 · 1 revision

How to update old name "Fletch" checkout to "Dartino"

If you want to keep your old git repository (for example, because it has yet-to-be-comitted CLs):

  1. mkdir dartino
  2. cd dartino
  3. gclient config git@github.com:dartino/sdk.git
  4. Edit .gclient file to say:
  • "Manged": False,
  1. mv OLD_FLETCH_PATH/fletch sdk
  2. cd sdk
  3. git remote set-url origin git@github.com:dartino/sdk.git
  4. cd ..
  5. Optionally copy wiki. This is only necessary if you have changes you want to preserve in the "wiki" directory:
  6. mv OLD_FLETCH_PATH/wiki wiki
  7. cd wiki
  8. git remote set-url origin git@github.com:dartino/sdk.wiki.git
  9. cd ..
  10. Edit .gclient to have this line in custom_deps: * "wiki": None,
  11. gclient sync