Storing large binary files (such as database snapshots) in an SVN repo is not a good idea. It's very expensive in terms of requiring both replication and version tracking which you probably don't need for those files.
A better solution is to host your large binary files somewhere designed for such a use case (such as Google Drive), and then remove them from your repository (svnsync the repo to your local machine, edit your local mirror to remove the file and all history of the file, reset your Google Code repo, and then svnsync your local mirror back into Google Code). On Friday, March 28, 2014 6:29:29 AM UTC-7, Supachai Chaimangua wrote: > > I have committed the file 300 MB. Can I increase the size to commit and > repository? How? > Project: https://code.google.com/p/arcgis > -- You received this message because you are subscribed to the Google Groups "Project Hosting on Google Code" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-code-hosting. For more options, visit https://groups.google.com/d/optout.

