I've upped your quota. A few notes about subversion: - Deleting files doesn't reduce the size of your repository, as they're still there in the repository's history. - In general, svn may not be the best way to manage rapidly-changing binary assets. There's no meaningful way to diff those files, so the entire contents of each version are stored each time you change the file, which is probably where all your space went.
On Tue, Oct 4, 2011 at 3:32 AM, Zhang Jiantong <[email protected]> wrote: > Hallo, > The error is always there, so is it possible to increase the limit for > my code? My project is 'worktogether2011'. Thanks! > > > All regards, > > -- > Mit freundlichen grüßen > > Jiantong Zhang > > Helene-Mayer-Ring 12 IV > 80809 München > E-mail: [email protected] > > -- > 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. > -- Jacob Lee <[email protected]> -- 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.

