I have an open source project hosted on bitbucket. Bitbucket does not provide hosting for large number of small files (i. e. javadocs). Where could I publish javadocs? Javadocs must be browseable, not as single archive.
Haven't found how to upload javadocs there? I've only found a form to upload single file.
stepancheg
2009-04-20 15:47:06
How about pushing the entire tree into the CVS or SVN.?
Amit
2009-04-20 15:50:03
I'll do it if there is no simpler way. SVN is definitely created not for that.
stepancheg
2009-04-20 15:58:15
It does? I don't see where there is a per file charge. Perhaps it is expensive if you are getting tons of hits, but I don't see where you've said that is an issue?
jsight
2009-04-20 17:24:12
$0.01 per 10,000 GET requests. It seems not so much as I thought before.
stepancheg
2009-04-20 18:09:44