Skip to content

Update file and directory names to be OS agnostic #101

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

Merged
merged 2 commits into from
Apr 15, 2025

Conversation

RobQuincey-DC
Copy link
Contributor

This PR allows users on Windows devices to checkout the project, by replacing directory and filenames that are invalid in Windows (specifically replacing the : character with double underscore __).

I believe I've found all the references and renamed them correctly, and all the tests appeared to pass still, but it was a find and replace job due to the large number of references.

Fixes #100

Copy link
Member

@jahow jahow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect, thanks a lot!

@jahow jahow merged commit 88f97e5 into camptocamp:main Apr 15, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to checkout project to Windows device
2 participants