Pergunta

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.

Foi útil?

Solução 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.

Outras dicas

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top