your-tools / tsrc

Manage groups of git repositories

Home Page:https://your-tools.github.io/tsrc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tsrc sync discards local manifest changes

dmerejkowsky opened this issue · comments

Step to reproduce:

  • Change local manifest (in .tsrc/manifest/manifest.yml
  • Run tsrc sync
  • Your local changes are silently discarded

I think tsrc sync should abort with an error if the local manifest is dirty

And for your question about Change local manifest in .tsrc/manifest/manifest.yml Because obviously I made this mistake before seeing the documentation ^^ from my memory, my workaround was:

rm -fr .tsrc
tsrc init <URL>
tsrc sync

Ok foolish!