We try to encourage "best practices" in software development:  this
doesn't mean that "only code is allowed in version control".
Sometimes it's okay to put binary resources in version control too.
The best practice is to put only *original sources* of things into
version control -- that is, things which cannot be derived from other
things.  Artwork and documentation cannot be generated from other
things, so they are legitimate "source files".  But executable
programs, object code, release tarballs, etc. are all things that are
generated;  they should be left out of version control.  If generated
things need to be distributed to the public, that's what the
'downloads' feature is for.

2009/3/28 [email protected] <[email protected]>:
>
> thank to your fast answer.
> I thinked you let me commit only code and resource data is going
> against google-code-hosting's rule.
> If we hit,we'll request.  thanks to good  google-code-hosting.
>
>
> On Mar 29, 4:24 am, Ben Collins-Sussman <[email protected]> wrote:
>> I don't think any free hosting service offers infinite disk space.
>> :-)   But yes, of course we'll increase the quota if you need it,
>> assuming that (1) the request is reasonable, (2) you're not doing
>> ridiculous things that waste disk space.
>>
>> A project already starts with 1GB of svn space and 2GB of space for
>> 'releases'.   Are you going to surpass that usage anytime soon?  And
>> if so, by how much, and how fast?
>>
>>
>>
>> On Sat, Mar 28, 2009 at 1:57 PM, [email protected] <[email protected]> wrote:
>>
>> > I'm considering to use google-code-hosting but I worry about
>> > respository size and google-code-hosting's rule.
>> > Because  My team is game development team not commerciol, We want to
>> > commit code,resource,document.
>> > Game's resource data size is bigger  than code or document. ( like
>> > max,psd,dds,ogg,wav, and other binary data)
>> > So, I want to ask you. When we hit disk-space quota limits by resource
>> > data, Can you increase space?- Hide quoted text -
>>
>> - Show quoted text -
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Hosting at 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to