fatal bug on svn in core functionality reproducing every time

Pit Del <[email protected]> Fri, 28 Oct 2016 17:03:25 +0300
Newsgroups gmane.comp.version-control.subversion.devel,gmane.comp.jakarta.avalon.user
Message-ID <CAKBny-3MNZ-PknoiFTsEpHqSofHHu2BvtLrOgkNs4D4g38L8vg__43286.8630312898$1477664214$gmane$org@mail.gmail.com>
Bug title: Svn checkout or update cannot successfully get second sub-root
folder and files from svn server.

Let assume that we have on server one root folder and two sub-root folders.
In sub-roots folder have many files and directory.

User want to get all data from svn server to local directory "c:\ms_svn\"

Step to reproduce bug.
Start command

checkout "c:\ms_svn\" from htpp://server_svn.com/root/ --recursively

After starting command files start to downloading, but if network stop
after second file, second svn sub-root directory will never download on
user local machine.

root
    sub-root1
    sub-root2

We cannot start checkout "c:\ms_svn\" from htpp://server_svn.com/root/
--recursively because now have two files. If we start updata will will get
only files part of the sub-root1