Question

It appears that our server hosting our svn is full. Is there any way to remove larger files from the repo history? The research I've done was to run svnadmin dump, pipe it to the dumpfilter and load it into a new repo. The problem with this is that we don't have enough diskspace for the dump file. I know it's horrid. We only have 230 revisions, and we really only need maybe the last 50 or so. If there's some back door way of getting this done that won't completely muck up the repo - I'm all ears.

Was it helpful?

Solution 2

We ended up removing some stuff from the server since it wasn't just an svn server, running a dump for the head revision, deleting everything, and loading the dump file. Thanks for the comments.

OTHER TIPS

Move the repo to a new server with more space. In the age of virtual machines and cloud-based servers, it should be the fastest approach.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top