On Sat, May 21, 2011 at 9:24 PM, Rand Geralt <[email protected]> wrote:
> first, i am not all that technically privy, and i'm running a project > with about 25+ other people. the file starts at around 25000k and > increases marginally every time we progress, eventually being about > 50000k. > > anyhow, we are using SVN (and tortoise SVN as a program) to share and > update/commit the file. everything runs smooth, but i do not > understand the storage quotas. > > i could post links to the projects if that would be helpful. actually > this is the first one: http://code.google.com/p/ishl-1/ which had a > storage quota of like 30000 MB. this served us pretty well. that was > ishl-1, since we've gone on to ishl-2 and ishl-3 and now we're on > ishl-4. each of ishl-2, 3, and 4 all had storage quotas of only 4096 > MB, which we max out on in about a month. > > i linked to ishl-1, this is ishl-4: http://code.google.com/p/ishl-4/ > > i know i don't fully understand this stuff, but i'm wondering why 1 > and 4 are so different in quota? is there any way for us to get a > larger quota or increase our storage quota on a project? When storing binary files in Subversion repositories, previous revisions are stored forever in the repository. If different revisions of a file are very unlike each other, this will take a lot of space. As an aside, I do wonder why you use Google Code for proprietary binary file storage, completely unrelated to any kind of open source software projects. If anything, your message to this list will probably (I assume judging by previous instances of such behaviour) result in deletion of your projects. -- You received this message because you are subscribed to the Google Groups "Project Hosting on Google Code" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code-hosting?hl=en.

