Closed centerorbit closed 10 years ago
Someone else had this same issue. I'm going to raise the priority of this. I think the best way to "fix" this problem is to check for case differences and then just show a good error message.
At last, I'm fixing bugs. This one should have been fixed in. 7a9ad0d17f58decfa010f7f90b7c0761ccdf53a2
The new version should be ready for download.
Example: If local path in yaml file reads:
But the actual directory structure exists as:
GitSync will start fine, and I think even perform the initial sync. But once a filesystem change event occures, this exception is thrown. My guess is that fsevents.py discriminates against case insensitivity, whereas other libraries and tools in use do not.
The following is the error: