I created a BitBucket account today, and I love the fact that they allow you to have unlimited public/private repositories. However, I didn't find the size limit of your account? Does anyone know where to find it?
I created a BitBucket account today, and I love the fact that they allow you to have unlimited public/private repositories. However, I didn't find the size limit of your account? Does anyone know where to find it?
Bitbucket's documentation says:
We don't place any limits on the size of your repositories, file uploads, or the number of public repositories you can have. Not on the paid plan or on the free plan. We do expect that you are polite and respect fair use. If you push your entire MP3 collection that is not polite or respectful to the artists.
(Just for the sake of completeness)
2022: the limit is raised to 4 ("What kind of limits do you have on repository/file size?") for BitBucket Cloud:
It was still 2GB hard in Apr. 2021, and raised to 4GB in Aug. 2021
August 2019: the soft limit (1GB) and hard limit (2GB) are still in place per repository.
But that will soon be for Git repositories only.
Regarding Mercurial specifically (which is one of the tags for this question), the limit will be 0.
BitBucket sunset SVN in 2011, explaining how to migrate to Mercurial.
BitBucket is sunsetting Mercurial today (2019), and they will remove those repositories in June 2020.
Not keep them read-only, not archive them: delete them.
We considered a conversion tool but ultimately [...] we are not planning to add a conversion tool
As of 2022, Bitbucket has a hard size limit of 4 GB per repository. Beyond it, as per the quote below, pushes to the repository are disabled:
Over 4 GB limit: Your ability to push to the repository will be disabled. You will be notified via a notification bar in Bitbucket Cloud.
An unlimited number of private repositories are offered.
The size used by each repo can be seen at:
https://bitbucket.org/<username>/workspace/projects/<project_key>
The project key is listed on the Projects page.