MerginMaps / MerginMaps/geodiff
Support for long paths on Windows (> 260 characters)
Open
@dvdkon is already working on this.
Since Sep 4, 2026.
bug
- Dominant language
- Python
- Stars
- 183
- Forks
- 21
- Avg merge
- 9d 11h
- Merged PRs (30d)
- 2
Description
Geodiff on Windows is currently unable to handle paths that are longer than 260 characters. It will fail to open them and to the requested action.
It looks like this needs to be treated specially on Windows with the magic \\?\ path prefix. There are multiple places where this will need to be fixed (sqlite db opens, changeset file opens, various file utilities).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.