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

Reply via email to