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/b9552d72-dec2-444a-9ca9-12ecedf2fd00n%40googlegroups.com.

Reply via email to