Stream: IG creation
Topic: changed filename from lower to uppercase error
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.
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.
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
Rob Hausam (Oct 17 2018 at 03:00):
You would do a git mv
to rename it.
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.
Eric Haas (Oct 17 2018 at 03:07):
there is a pretty little toc.xml sitting there being ignored
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