Hi Stefan,thanks for your reply. I want to answer you ...No, I cannot reproduce this error with the command line tool. I used for this test a Ubuntu 18.04 with installed subversion in version '1.9.7-4ubuntu1'.The Ubuntu 18.04 system has the newest updates and so one.
And no, it is not possible, that the error came from the virus scanner or firewall. All other commands (in example commit, log, update) works fine.And the other point is, I switched off both for a test and I got the same error.
C:\Program Files\TortoiseSVN\bin>svn info "D:\Develop\FIRMA\trunk\Tests"
Path: D:\Develop\FIRMA\trunk\Tests
Working Copy Root Path: D:\Develop\FIRMA
URL: svn+ssh://FIRMA/svn/FIRMA/Projects/trunk/Tests
Relative URL: ^/trunk/Tests
Repository Root: svn+ssh://FIRMA/svn/FIRMA/Projects
Repository UUID: 0713f633-c225-0410-93a4-f350c98dfd2f
Revision: 15747
Node Kind: directory
Schedule: normal
Last Changed Author: detlef
Last Changed Rev: 15747
Last Changed Date: 2019-10-16 07:58:16 +0200 (Mi, 16 Okt 2019)
C:\Program Files\TortoiseSVN\bin>svn update "D:\Develop\FIRMA\trunk\Tests" -r 15749
Updating 'D:\Develop\FIRMA\trunk\Tests':
svn: E235000: In file '/build/subversion-Lv3Qkk/subversion-1.9.7/subversion/libsvn_fs_base/trail.c' line 97: assertion failed (! bfd->in_txn_trail)
svn: E210002: Network connection closed unexpectedly
C:\Program Files\TortoiseSVN\bin>svn update "D:\Develop\FIRMA\trunk\Tests" -r 15748
Updating 'D:\Develop\FIRMA\trunk\Tests':
U D:\Develop\FIRMA\trunk\Tests\Test.Tortoise\Test.cpp
Updated to revision 15748.
C:\Program Files\TortoiseSVN\bin>svn update "D:\Develop\FIRMA\trunk\Tests" -r 15749
Updating 'D:\Develop\FIRMA\trunk\Tests':
U D:\Develop\FIRMA\trunk\Tests\Test.Tortoise\Test.cpp
Updated to revision 15749.
C:\Program Files\TortoiseSVN\bin>
---
At the beginning I get the information about the revision. It is 15747.
The revision 15748 is the first change of the file.
And the revision 15749 is the second change of the file and the binary result is the same file as at revision 15747.
With the next update I want to update to revision 15749.