When is storage calculated?
Storage is calculated daily. If you’ve made changes and don’t see them reflected in your storage usage, wait until the next day and check again.
For each file
Diversion keeps a history of the files in your repository, one version per commit that includes that file. This means that if you have a file that is 1 MB in size and you have made 10 commits that include that file, it will count as 10 MB of storage usage. If you delete that file, it will still count as 10 MB of storage usage, since the history of that file is still stored in the repository and you can always revert to a previous commit that includes that file, or download it from the history. A feature that will allow removing these older versions, and freeing up space, is on our roadmap. New files, or files with changes that are not yet committed, are also counted towards your storage quota, since they are synced to the cloud. These are easier to remove, since you can justreset them from your workspace and they will be removed from the cloud as well, and will no longer count towards your storage.
For each repository
For each repository, you can see how much storage you are using in the app’s home page. This is the total size of all the files in the repository, including all the versions of each file.
For each organization
For an organization, all of the repositories assigned to that organization are counted. The storage quota is calculated for the owner of the organization.
FAQs
Can I delete repository history to free up storage space?
Currently, deleting full or partial repository history (also known as obliteration) is not supported. Workaround: Create a new repository with the current content of your project and delete the original repository. Keep in mind that this will permanently remove all commit history. Going forward: Use a .dvignore file to exclude specific files or folders from future commits. Note that this will not affect items already committed prior to the change.Why am I receiving notifications about exceeding my storage limit?
If you’re seeing notifications like this:
- Delete unused repositories - Remove repositories you no longer need to free up space
- Upgrade your plan - Purchase additional storage capacity to accommodate your needs
- Move repositories out of your organization - This option is only available for repositories you don’t own or collaborate on. See how to move repositories for instructions

