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.com/svnforum/forum/opensource-subversion-forums/general-setup-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: E160013: File not found

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 result in failures. (and then r2 again?) Dump need to 
be imported in sequential order.

Andreas
__________________________
Avant d'imprimer, pensez à l'environnement ! Please consider the environment 
before printing ! 
Ce message et toutes ses pièces jointes sont confidentiels et établis à 
l'intention exclusive de ses destinataires. Toute utilisation non conforme à sa 
destination, toute diffusion ou toute publication, totale ou partielle, est 
interdite, sauf autorisation expresse. IFP Energies nouvelles décline toute 
responsabilité au titre de ce message. This message and any attachments are 
confidential and intended solely for the addressees. Any unauthorised use or 
dissemination is prohibited. IFP Energies nouvelles should not be liable for 
this message.
__________________________

Reply via email to