MetricsGrimoire / Bicho

Bicho is a command line based tool used to parse bug/issue tracking systems
http://metricsgrimoire.github.com/Bicho/
GNU General Public License v2.0
71 stars 31 forks source link

cloning repo fails on OSX because of case-insensitive file system #85

Closed paulvstheworld closed 10 years ago

paulvstheworld commented 10 years ago

Cloning bicho project in OSX will cause a collision between "bicho" file and "Bicho" directory. This results in the "bicho" file getting created but the "Bicho" directory fails to get created.

When running "python setup.py install" will result in the following error: error: supposed package directory 'Bicho' exists, but is not a directory

The quick workaround is to rename the "bicho" file to something else (i.e. run).

mv bicho run

and checkout the "Bicho" directory.

git checkout Bicho/*

I have a repo you can test available at https://github.com/paulvstheworld/case-sensitive-test

brainwane commented 10 years ago

I think this is the same as issue #12 .

andygrunwald commented 10 years ago

@brainwane / @paulvstheworld maybe it is a good idea to close this issue as duplicate?

canasdiaz commented 10 years ago

@andygrunwald Yes, you are right.

Duplicates #12