git-meta icon indicating copy to clipboard operation
git-meta copied to clipboard

"1 conflict prevents checkout" -- but which one?

Open abliss opened this issue 8 years ago • 5 comments

$ git meta checkout upstream/master
Unable to check out meta-repo: 1 conflict prevents checkout.
$ git meta version
version 0.4.0
internal build 12

abliss avatar Jun 13 '17 15:06 abliss

Do you actually have changes in the meta-repo?

On Jun 13, 2017, at 11:10 AM, Adam Bliss [email protected] wrote:

$ git meta checkout upstream/master Unable to check out meta-repo: 1 conflict prevents checkout. $ git meta version version 0.4.0 internal build 12 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

bpeabody avatar Jun 13 '17 16:06 bpeabody

Not according to "git status".

abliss avatar Jun 13 '17 18:06 abliss

I just had this happen with no submodules open.

jhedwardyang avatar Jun 13 '17 18:06 jhedwardyang

I can address the lack of conflict information in this ticket, but if one of you can repro getting that error when you have no changes, please open another issue.

bpeabody avatar Jun 13 '17 21:06 bpeabody

I just saw a variant:

abliss@home:~/src/metaqa2$ git meta checkout 6f42cf51174561e037dc09e64000597e36dc4ace
Unable to checkout submodule ts/foo/bar: 1 conflict prevents checkout.

When I instead do a git checkout and a git submodule update, it tells me exactly which file (ts/foo/bar/blah.txt) has the conflict.

abliss avatar Jul 21 '17 15:07 abliss