svndumpfilter woes

2014-02-06 Thread Ian Wiles
Hello, I've been trying to move my subversion repository from one PC to another. However I stupidly committed lots of binaries to the repo and now it's got a bit out of control. My solution was to use svndumpfilter to drop the binary files, but this doesn't seem to work for me. It's a problem

Re: svndumpfilter woes

2014-02-06 Thread Thorsten Schöning
Guten Tag Ian Wiles, am Donnerstag, 6. Februar 2014 um 09:39 schrieben Sie: > It's a problem since trying to load the dump in the new > repo is failing on some binary files so I can't load the repo at > all. If that's the only reason you want to get rid of the files in your dump, you may provide

Re: svndumpfilter woes

2014-02-06 Thread Ian Wiles
On Thursday, February 6, 2014 10:42:24 PM UTC+13, Thorsten Schöning wrote: > > Guten Tag Ian Wiles, > am Donnerstag, 6. Februar 2014 um 09:39 schrieben Sie: > > > It's a problem since trying to load the dump in the new > > repo is failing on some binary files so I can't load the repo at > > a

AW: svndumpfilter woes

2014-02-06 Thread Markus Schaber
Hi, Ian, I think that you should try to check / consider two scenarios: - Repository corruption: Maybe the existing repository contains Inconsistent data for some reason. You should try to check "svnadmin verify" on the repository, this will find most kinds of corruption. - Hardware failur