views:

159

answers:

2

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.

A: 

If I recall correctly, you may consider using http://dev.java.net

Amit
Haven't found how to upload javadocs there? I've only found a form to upload single file.
stepancheg
How about pushing the entire tree into the CVS or SVN.?
Amit
I'll do it if there is no simpler way. SVN is definitely created not for that.
stepancheg
A: 

amazon s3, but it is not gratis

dfa
Amazon s3 seems to be expensive for large number of small files.
stepancheg
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
$0.01 per 10,000 GET requests. It seems not so much as I thought before.
stepancheg