You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@subversion.apache.org by 李斌 <li...@s-game.com.cn> on 2022/09/09 03:47:01 UTC

Problem about svnadmin load

Hi

There is a problem when load file via&nbsp;'svnadmin load'.

Command:&nbsp;'nohup svnadmin load /data/UEProject < /data/UEProject-clear.svn &gt; ./nohup.log 2&gt;&amp;1 &amp;'.

UEProject-clear.svn&nbsp;is a dump file generated by&nbsp;'nohup svnadmin dump /root/SVN/UEProject &gt; /data/UEProject.svn &amp;' &amp;&amp;&nbsp;&nbsp;'nohup grep --binary-files=text -v '^* Dumped revision' ./UEProject.svn &gt; ./UEProject-clear.svn &amp;'.

But when the file be loaded, I get the following error log from nohup.log.

&nbsp; &nbsp; &nbsp;* adding path : UnrealEngine/4.26.2/Templates/TemplateResources/Standard/VehicleAdv/FeaturePack/manifest.json ... done.

&nbsp; &nbsp; &nbsp;* adding path : UnrealEngine/4.26.2/Templates/TemplateResources/Standard/VehicleAdv/Media ... done.

&nbsp; &nbsp; &nbsp;* adding path : UnrealEngine/4.26.2/Templates/TemplateResources/Standard/VehicleAdv/Media/VehicleAdv.png ... done.

&nbsp; &nbsp; &nbsp;* adding path : UnrealEngine/4.26.2/Templates/TemplateResources/Standard/VehicleAdv/Media/VehicleAdv_Preview.png ... done.

&nbsp; &nbsp; &nbsp;* adding path : UnrealEngine/4.26.2/UE4.sln ... done.

&nbsp; &nbsp; &nbsp;* adding path : UnrealEngine/4.26.2/UE4Games.uprojectdirs ... done.

&nbsp; &nbsp; &nbsp;* adding path : UnrealEngine/4.26.2/cpp.hint ... done.

svnadmin: E140001: Unrecognized record type in stream

svn, version 1.8.10 (r1615264)

can you tell me how to resolve it?


Best regards


Lee