Hi, The idea of a version control system is that you can "go back in time" to older file versions. Subversion tries to only save differences between old and new versions of a file, but if you are using binary files (images, zip files etc.) that's not possible and the whole file is being saved every time.
The only way to remove the old versions is to start over in a brand new repository. But you obviously loose all your history. If the question is how to remove the repository altogether you'd better contact riouxsvn.com. Kind regards, Daniel fredag 8 januari 2021 kl. 19:12:25 UTC+1 skrev Erik De Boeck: > Hi, > > I've got a repository for a relatively small folder (less than 10 MB). > However, the repository has seemed to fill itself. > > I (being a total layman) assume this is because of all the old versions > due to my constant uploading of new versions. So I want to clear up some > space. > > I've already deleted all the files via the "Repository Browser" (after > copying them to a different local folder obviously), but at > https://riouxsvn.com/repositories/ my repository is still listed as being > 100 % full (50 MB). > > How can I "clear" my repository, so I can start from 0 MB again, and > upload my local folder as starting point. > > Or am I looking at this entirely from the wrong angle? > > Thanks in advance for your help! > > Kind regards, > > Erik > -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/0766bd91-f298-47c7-a292-83067e552514n%40googlegroups.com.
