-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove sync error with Model E on windows #14
Comments
org.eclipse.jgit.dircache.InvalidPathException: Invalid path: aux |
Further research reveals that Windows machines do not allow the directory 'aux' because it is a reserved word. The only workaround is for Model E to change their directory structure to not include an 'aux' directory. Apparently, no one is using Windows for Model E, so it is likely not a problem. For the Model E cloud instance, we should either change the name of that directory or disallow creating a cloud instance from a Windows machine. |
I showed the bug to Eclipse PTP developer John Eblen. He was not aware of the issue, but requested that we file a bug report for future fix of PTP. |
When trying to sync Model E files with a remote system, an error occurs when the client running Eclipse is Windows. It is failing on the directory 'aux'. For some reason that explicit directory name is disallowed on Windows. The error message received is "Invalid path: aux". This is a bug should be reported to the maintainers of the sync code.
The text was updated successfully, but these errors were encountered: