File storage question of the .svn > pristine folder

0
I’ve noticed in my companies primary application that this folder’s drive space has grown quite large, over 10gb (on my local machine).  Is this normal?  If not what is the best way to reduce the space it consumes on the drive? I don’t know much about this folder other than apparently this is where the working version is stored. This application was created on an early version of Mendix 7 and is slated to be upgraded to be on 7.22.2 like the rest of our apps so I’m not sure if that has something to do with it or not.
asked
2 answers
3

Is this an old project on disk? If so you could try to commit all your changes. Remove the project folder completely and then download it again. When you keep a project folder active for a prolonged time, it accumulates some history of svn versions. This is what causes the infinite growth of your .svn folder.

answered
2

What is the size of the deployment folder within the applications folder?

answered