evalEmpire / gitpan

Git repositories for all of CPAN
http://github.com/gitpan
73 stars 12 forks source link

Make on disk git repository names case-insensitive #84

Closed schwern closed 10 years ago

schwern commented 10 years ago

Github repository names are case insensitive. Perl namespaces are case sensitive. It's possible to have multiple on disk git repositories which are really the same Github repository causing wasted space and maybe repository corruption.

Leave in a warning about finding multiple distributions with the same name but different case. The Github casing is canonical.

schwern commented 10 years ago

No need for this, the check in import_releases added by #80 makes this moot.