Thanks Daniel. I have below questions. When you mean Dump , I think, these repositories will not be available for any later retrieval right. Also, We add folder and delete folders in the SVN Right? Does deletion not reduce the svn storage consumed?
Regards, Mahesh B. On Thursday, 22 June 2023 at 19:03:38 UTC+5:30 Daniel Sahlberg wrote: > torsdag 22 juni 2023 kl. 15:25:50 UTC+2 skrev mahesh balasubramaniyan: > > Hi , > > We have a requirement to clean up the SVN code repositoriy. We are looking > for an option to list out the directories in SVN which consumed more space. > Can someone help us with the pointers here. > > > Are you looking to decrease disk usage on the SVN server? That is simply > not possible, the history in the repository is immutable and you can't > delete anything that has been committed. > > Your only option would be to dump the whole repository (svndump or > svnrdump) and filter out any paths you don't want to keep anymore > (svndumpfilter) and then import everything to a new repository. This will > invalidate any working copies. > > Kind regards, > Daniel > > -- 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/acf36f04-c896-4c28-9366-a90b4519dd7cn%40googlegroups.com.
