When reloading an RTC component that is out of sync, receive error "case-sensitive names while loading on a case insensitive platform"

StackOverflow https://stackoverflow.com/questions/17805480

Question

While reloading a project in RTC, I get the following error which prevents the reload from succeeding.

There were 1 errors. After correcting the problems, it is recommended that components be reloaded. The reload will be incremental, loading only the missing items. You can further reduce the reload time by reloading just the projects out of sync. In order to load /myproject/path/Filename.png an item just loaded must be deleted. The contents being loaded have case-sensitive names while loading on a case insensitive platform

Any ideas how to resolve this?

Additional info: RTC Client v3.0.1.5 on Windows 7 RTC Server v4.0.1

Was it helpful?

Solution

Following the thread "Suggestions about RTC naming conventions", I usually do a:

  • delete of the file already loaded in my local worskpace
  • refresh said local workspace and accept what the stream proposes for that file
  • checking/commit the changes
  • reload everything
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top