FHIR Chat · changed filename from lower to uppercase error · IG creation

Stream: IG creation

Topic: changed filename from lower to uppercase error


view this post on Zulip Eric Haas (Oct 17 2018 at 02:46):

I 've done this before. Changed the case of page name or include filename and since OSX doesn't keep track care it causes errors. I forgot how to fix it.

view this post on Zulip Lloyd McKenzie (Oct 17 2018 at 02:50):

Do a git delete, then re-add the file with the correct case. Simplest is re-name the file, commit the file removal (but not the add of the renamed file), then rename it back with the correct case and commit again to add.

view this post on Zulip Grahame Grieve (Oct 17 2018 at 02:53):

you can do an explicit git rename. Just changing the case of the file and committing will make it look like the name has changed but it won't actually have

view this post on Zulip Rob Hausam (Oct 17 2018 at 03:00):

You would do a git mv to rename it.

view this post on Zulip Eric Haas (Oct 17 2018 at 03:06):

Generating Summary Outputs                                                       (00:03:19.0683sec)
Publishing Content Failed: Template based HTML file TOC.html is missing source file TOC.xml (00:03:21.0368sec)
                                                                                 (00:03:21.0368sec)

Here is the issue, I had a file named TOC.html now this is all balled up and I think these are gernerated files. I've done no commits.

view this post on Zulip Eric Haas (Oct 17 2018 at 03:07):

there is a pretty little toc.xml sitting there being ignored

view this post on Zulip Eric Haas (Oct 17 2018 at 03:08):

I've cleaned out the temp and cache but with no luck


Last updated: Apr 12 2022 at 19:14 UTC