Hi dcase,
I am trying to edit NEMO, and I think I found out why I could not use fcm thanks to this post.
However, I’m still a bit unsure about how suite editing works in practice. I followed the UM tutorial, and used the rosie checkout <suite_id> command to bring the suite into my working directory. As I understand it, this creates a local working copy in ~/roses, which I can edit and run — but those changes remain local unless explicitly committed.
My question is: if I modify the suite to make it work in my environment, and someone else later copies the suite (e.g. using rosie copy or rosie checkout), will my changes be included automatically? Or do I need to commit those changes to the repository first?
Thanks in advance for your help — I’m getting a much clearer picture of the process now.