문제

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.

도움이 되었습니까?

해결책 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.

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top