rdocinfo icon indicating copy to clipboard operation
rdocinfo copied to clipboard

GitHub case sensitivity checking

Open zapnap opened this issue 15 years ago • 6 comments

GitHub API query for a user/repo existence ignores case sensitivity but Git itself does not; therefore you can run into a problem when you specify a username like 'defv' (actually 'DefV'). rdoc.info queries GitHub for existence of this user/repo and we're told it exists, but when we try to clone, Git reports no matching repositories found. Need to catch this.

zapnap avatar Apr 30 '09 13:04 zapnap

http://rdoc.info/projects/NV/js-preprocessor

Ouch!

NV avatar Mar 20 '10 20:03 NV

Your particular issue here has nothing to do with the case sensitivity checking; you don't have a master branch for that project -- just a gh-pages branch (which seems rather... odd).

We assume existence and doc generation against a default master branch.

zapnap avatar Mar 21 '10 00:03 zapnap

Oh, thank you! BTW, better error message would be helpful.

NV avatar Mar 21 '10 00:03 NV

You're definitely right; they could be more informative (pretty basic atm). The project is open source and patches are welcome :-).

zapnap avatar Mar 21 '10 00:03 zapnap

I'm still in this case-sensitivity problem. There is this project named right-rails under the username MadRabbit. Since this project was not in rdoc.info, I entered the username in all downcase. Now the project page just displays Generation Documentation and its been 48 hours. Can you guys look at it! Thanks

millisami avatar Apr 01 '10 17:04 millisami

I've removed and re-added this project. Seems to generate fine now.

zapnap avatar Apr 06 '10 13:04 zapnap