Den fre 9 sep. 2022 kl 19:53 skrev 李斌 :
> Thank you for replying.
>
> Yeah, when I used svnadmin load I got an error about “* dump version” so
> I used grep -v. As you have said. I will try it again. But due to the
> project “UEProject” used 900G hard disk space, so maybe it is hard to
> compar
Thank you for replying.
Yeah, when I used svnadmin load I got an error about “* dump version” so I
used grep -v. As you have said. I will try it again. But due to the project
“UEProject” used 900G hard disk space, so maybe it is hard to compare two files
different.
Best regards
Lee
发自我的iPh
Sorry, it is my presentation error. They are two different commands. I mean
that first I run svnadmin dump … and next I run grep …
Because the command takes too long time, so i use nohup … &
发自我的iPhone
> 在 2022年9月9日,22:25,Jon Daley 写道:
>
> Your command looks wrong to me. Having both jobs bac
Your command looks wrong to me. Having both jobs background themselves
but the one wants the return code of the first seems like it wouldn't
work.
Maybe you didn't mean the && as a literal command, and you ran both jobs
independently, and so all & and && should be removed?
(I actually had t
Den fre 9 sep. 2022 kl 12:14 skrev 李斌 :
> Hi
>
> There is a problem when load file via *'svnadmin load'*.
>
> Command: *'nohup svnadmin load /data/UEProject <
> /data/UEProject-clear.svn > ./nohup.log 2>&1 &'*.
>
> UEProject-clear.svn is a dump file generated by *'nohup svnadmin dump
> /root/SVN/U