I'm having an issue with my repository growing in size on Bitbucket. In the past 22 days it has grown from 1.2 GB to 1.5 GB on Bitbucket. I know I haven't made modifications on the order of 25% of the workspace, but that is my growth. My PBLs all combined are 490 MB ws_objects is 136 MB, and a few other files I include bring the total to 630 MB of actual size that is committed to Bitbucket. I understand that they're likely allocating some space to maintaining a change log. I am pushing frequent releases and "Upload PBLs" whenever I'm ready to do a release. I started recording the changes once I was warned I had exceed 1 GB and could only push up to a 2 GB limit
I would like to hear suggestions and get a better understanding of how to not grow my repo size so quickly. I can go to other solutions with more storage, but I'm afraid this growth will continue unchecked. Has anyone else experienced this or know a way to large growth.
Roland has a good routine with "bundling source + executables" for each release.(see Roland's reply below)
I know, maybe less suitable if you expect to release several times per day.