hyper123 / git-repo

Automatically exported from code.google.com/p/git-repo
Apache License 2.0
0 stars 0 forks source link

repo doesn't always properly clean up when cancelled with ^C #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Affected Version: v1.6.10.2
Environment: Linux (gLucid)

Not 100% reproducible, but just observed it happen:

1. repo sync
2. ^C
3. repo sync again

error: .repo/manifests/: contains uncommitted changes

Went to manifests, ran git status, there was one modified file in the index.  
git diff --cached showed one line added for a new project.

git reset --hard ; repo sync and I was back in business.

Original issue reported on code.google.com by fi...@google.com on 9 Sep 2010 at 6:09

GoogleCodeExporter commented 9 years ago
worked for me !

Thanks
Richa 

Original comment by iitr.ri...@gmail.com on 15 Jul 2014 at 8:25