Re: restore error svnadmin: E160013: File not found

2015-11-27 Thread Nico Kadel-Garcia
On Fri, Nov 27, 2015 at 10:27 AM, Philip Martin wrote: > MOKRANI Rachid writes: > >> Oups...i think i need to do an upgrade. >> >> And on the new server with SVN release 1.8 I need to do : >> >> svn upgrade my_hotcopy_repo >> >> Is it a good approach ? (actually dump/load is not working fo

Re: restore error svnadmin: E160013: File not found

2015-11-27 Thread Philip Martin
MOKRANI Rachid writes: > Oups...i think i need to do an upgrade. > > And on the new server with SVN release 1.8 I need to do : > > svn upgrade my_hotcopy_repo > > Is it a good approach ? (actually dump/load is not working for me) You can run "svnadmin upgrade" but you do not need to: ht

RE: restore error svnadmin: E160013: File not found

2015-11-27 Thread MOKRANI Rachid
di 27 novembre 2015 15:21 À : users@subversion.apache.org Objet : RE: restore error svnadmin: E160013: File not found Thanks for your answer. this is a good approach to replace svnadmin dump / load by hotcopy? I have never done that. On the server with svn 1.6 release I'll be able to $ svnadm

RE: restore error svnadmin: E160013: File not found

2015-11-27 Thread MOKRANI Rachid
w SVN server with version 1.8 Is this a good approach? -Message d'origine- De : Nico Kadel-Garcia [mailto:nka...@gmail.com] Envoyé : vendredi 27 novembre 2015 14:35 À : MOKRANI Rachid Cc : Andreas Stieger; users@subversion.apache.org Objet : Re: restore error svnadmin: E160013

Re: restore error svnadmin: E160013: File not found

2015-11-27 Thread Nico Kadel-Garcia
On Fri, Nov 27, 2015 at 7:59 AM, MOKRANI Rachid wrote: > Hi, > > After reading the URL below, this is the only way I've found to do a complete > dump of my repo with a lot of missing revisions > > http://stackoverflow.com/questions/15474513/svn-fix-or-remove-broken-revisions > http://www.wandisco

RE: restore error svnadmin: E160013: File not found

2015-11-27 Thread MOKRANI Rachid
p-and-troubleshooting/5377-missing-revisions-problem-svnadmin-dump Regards. -Message d'origine- De : Andreas Stieger [mailto:andreas.stie...@gmx.de] Envoyé : vendredi 27 novembre 2015 13:09 À : MOKRANI Rachid Cc : users@subversion.apache.org Objet : Re: restore error svnadmin: E16

Re: restore error svnadmin: E160013: File not found

2015-11-27 Thread Andreas Stieger
Hi,   > svnadmin create $new_repo > $ svnadmin load $new_repo  < $save_path/r1.dump > for rev in `seq 162717` 2; do >   echo $rev > $ svnadmin load $new_repo  < $path_path/r${rev}.dump > done It is entirely unclear why you would first import r1, then r1 again through the seq expression, this will

restore error svnadmin: E160013: File not found

2015-11-27 Thread MOKRANI Rachid
Hi, I am trying to migrate a SVN Project without success. I have a lot errors like E160013. Any idea help will be very appreciated Following all I done on CentOS platform. 1. The source project has a size of 60GB and 170 000 revisions installed on a SVN server, Version 1.6.12 (r955767) S