[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: restore error svnadmin: E160013: File not found

From: Andreas Stieger <Andreas.Stieger_at_gmx.de>
Date: Fri, 27 Nov 2015 13:09:12 +0100

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
Received on 2015-11-27 13:09:24 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.