west init completes but leaves everything in zephyr/manifest-tmp
See original GitHub issueI have no idea what causes this or how to reliably reproduce it, but running west init
on windows occasionally leaves everything in the zephyr/manifest-tmp
folder upon “successful” completion. west update
subsequently fails because everything is in the wrong place.
Issue Analytics
- State:
- Created 2 years ago
- Comments:39 (5 by maintainers)
Top Results From Across the Web
Built-in commands - west init - Zephyr Project Documentation
This page describes west's built-in commands, some of which were introduced in Basics, in more detail. Some commands are related to Git commands ......
Read more >west init completes but leaves everything in zephyr/manifest-tmp
There is no error message until I run update as the init command doesn't fail, it just leaves everything in the wrong place....
Read more >Multiple Repository Management — Zephyr Project ...
This page introduces basic concepts related to West and its multiple ... A west installation is the result of running the west init...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I thought about that, but then you’re inviting issues with cross-filesystem moves, which are a can of worms of their own. If you have a strategy for accomplishing this ask, I’m open to ideas, though.
I don’t understand what you mean, sorry. It looks like you have edited the logs. This makes it hard to understand them since I cannot know for sure how the output comes from the input, or even if the output is accurate.
Maybe you are using a private repository. I understand if you cannot share that.
But do you maybe have some way to make a manifest you can share which reproduces the issue for you? That would be really helpful, thank you.