jmollan / git-repo

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

repo smartsync followed by repo start . save wrong branch information into config #71

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
repo smartsync (sync to particular sha)
repo start foo . (creates a branch, but saves the sha1 as the branch, not the 
real base branch)

Original issue reported on code.google.com by edh...@google.com on 20 Aug 2010 at 2:42

GoogleCodeExporter commented 9 years ago
Hey, I ran into this issue yesterday, so I thought I'd try to fix it.  
Unfortunately, I can't seem to reproduce it.  If I `repo start` immediately 
after a `repo smartsync` and then upload, it goes to the correct branch 
(master).  In addition, my manifest symlink isn't pointing to the smartsync 
manifest (.repo/manifest.xml -> manifests/default.xml).

Is there some other step that needs to be taken to reproduce this?

Original comment by conl...@google.com on 22 Feb 2012 at 6:40