ivykis icon indicating copy to clipboard operation
ivykis copied to clipboard

Colliding case-sensitive file paths on a case-insensitive filesystem

Open HofiOne opened this issue 6 months ago • 6 comments

git clone https://github.com/buytenh/ivykis.git .

Cloning into '.'... remote: Enumerating objects: 5440, done. remote: Counting objects: 100% (161/161), done. remote: Compressing objects: 100% (69/69), done. remote: Total 5440 (delta 98), reused 153 (delta 92), pack-reused 5279 Receiving objects: 100% (5440/5440), 3.04 MiB | 452.00 KiB/s, done. Resolving deltas: 100% (3468/3468), done. warning: the following paths have collided (e.g. case-sensitive paths on a case-insensitive filesystem) and only one from the same colliding group is in the working tree:

'man3/IV_FD_PUMP_INIT.3' 'man3/iv_fd_pump_init.3'

HofiOne avatar Jul 29 '24 14:07 HofiOne