Re: svnadmin dump issue - E200015

2016-08-11 Thread Johan Corveleyn
On Wed, Aug 10, 2016 at 6:43 PM, William Muriithi wrote: > Johan, > >>> - Is it safe to use svnadmin dump on the source repository? As in >>> does it do it change in the source repo? >> >> Yes, it's absolutely safe to run on the source repository, it should >> not cause anything to change in the

Re: svnadmin dump issue - E200015

2016-08-11 Thread William Muriithi
Hi > > [...] svnadmin dump for 1000 commits at a time[...] > [...] > > > * Dumped revision 2062. > > WARNING 0x: Referencing data in revision 1696, which is older than > > the oldest dumped revision (r2001). Loading this dump into an empty > > repository will fail. > > > > * Dumped revision 3

Re: svnadmin dump issue - E200015

2016-08-11 Thread Andreas Stieger
> [...] svnadmin dump for 1000 commits at a time[...] [...] > * Dumped revision 2062. > WARNING 0x: Referencing data in revision 1696, which is older than > the oldest dumped revision (r2001). Loading this dump into an empty > repository will fail. > > * Dumped revision 3000. > WARNING 0x0

Re: svnadmin dump issue - E200015

2016-08-10 Thread William Muriithi
Nico, >>> I have attemped svnadmin dump, svnadmin hotcopy and svnrdump. I am >>> getting the error before from all these utilities > > Break it up. Use svnadmin dump for 1000 commits at a time, to help > isolte if it's a specific commit that is killing you or if perhaps you > are running out of

Re: svnadmin dump issue - E200015

2016-08-10 Thread William Muriithi
Johan, >> - Is it safe to use svnadmin dump on the source repository? As in >> does it do it change in the source repo? > > Yes, it's absolutely safe to run on the source repository, it should > not cause anything to change in the source repo. Thanks. What about "svnadmin verify /var/svn/proje

Re: svnadmin dump issue - E200015

2016-08-07 Thread Nico Kadel-Garcia
On Sun, Aug 7, 2016 at 4:45 PM, Johan Corveleyn wrote: > On Sun, Aug 7, 2016 at 8:41 PM, William Muriithi > wrote: >> Hello, >> >> I have a repository thats around 113 GB in size. Its on a VM and the >> performance hasn't been that ideal. So we decided to source a new >> hardware and set it up

Re: svnadmin dump issue - E200015

2016-08-07 Thread Johan Corveleyn
On Sun, Aug 7, 2016 at 8:41 PM, William Muriithi wrote: > Hello, > > I have a repository thats around 113 GB in size. Its on a VM and the > performance hasn't been that ideal. So we decided to source a new > hardware and set it up on its own dedicated system. > > The current subversion system is

svnadmin dump issue - E200015

2016-08-07 Thread William Muriithi
Hello, I have a repository thats around 113 GB in size. Its on a VM and the performance hasn't been that ideal. So we decided to source a new hardware and set it up on its own dedicated system. The current subversion system is subversion-1.8, and plan to move it to subversion-1.9. I have en s