Is there a disk quota?

There is a 2 GB disk quota per repository, and it cannot be increased.

Please note that Subversion is best suited for managing text files like source code or HTML files.

Putting small binary files like images in a repository is fine, but you should not put large files like videos or PDFs.

If you have a lot binary files we recommend that you use my.epfl.ch instead, which has the following advantages over Subversion :

Note : my.epfl also support file versioning.

Other solutions like a NAS are also available.

What you can do if you are over quota

If you are over quota you cannot delete files to reclaim space, as in a revision control system files are never really deleted.

So you need to :

  1. Create a new repository
  2. Make sure that you exclude large binary files from your repository
  3. Reimport your data