Hi all,

we use the version 'TortoiseSVN 1.12.2, Build 28653 - 64 Bit , 2019/08/04 
13:03:09' of TortoiseSVN.
We are many developers and use a subversion server on an ubuntu 18.04. 
Subversion on the server has the version '1.9.7-4ubuntu1'.
>From time to time we get an error 'Network connection closed unexpectedly' 
on an update. Not all users get this error.
But after this error, the update is terminated immediately. The next 
updates are also terminated with the same error.
We are looking for the errors on the server but we did not found an error.


But now I can reproduce this issue with the following steps.

*1st step -->*
create a small file like 'Test.cpp' with a one line, add and commit this 
file to subversion server
--
// That is a test for Tortoise
--

*2nd step -->*
update the directory on an other computer or subversion client to get the 
first version of 'Test.cpp'

*3rd step -->*
apply the following patch and commit
--
Index: Test.cpp
===================================================================
--- Test.cpp    (revision 1)
+++ Test.cpp    (revision 2)
@@ -1 +1,2 @@
 // That is a test for Tortoise
+// insert few characters
\ No newline at end of file
--

*4th step -->*
apply the following patch and commit
--
Index: Test.cpp
===================================================================
--- Test.cpp    (revision 2)
+++ Test.cpp    (revision 3)
@@ -1,2 +1 @@
 // That is a test for Tortoise
-// insert few characters
\ No newline at end of file
--

*5th step -->*
update the directory again with the other computer or subversion client
now you get the error 'Network connection closed unexpectedly'


In our feeling the root cause is, the second patch revert the changes from 
the first patch.
If you want to make an update over both versions at the same time then the 
subversion server combines this two patches and makes a new patch with *no 
*changes. 
Is this new patch a patch with the size of '0'?

We did not get this error with normal source files. But in project files it 
is possible to undo changes more often.

Is this an error in the settings of TortoiseSVN or is this an bug?


Best regards and thanks in advance for your help.

Detlef Braungardt

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn/e76f19fa-80e8-4662-a963-12e6775add3e%40googlegroups.com.
  • error 'Ne... Detlef Braungardt via TortoiseSVN
    • Re: ... Stefan via TortoiseSVN
      • ... tortoisesvn+APn2wQcVAkwTTtK94PmqOA0Glgf_NW7WwW_iNwy0GhKpvmwZZGVZ
        • ... Stefan via TortoiseSVN
          • ... tortoisesvn+APn2wQcVAkwTTtK94PmqOA0Glgf_NW7WwW_iNwy0GhKpvmwZZGVZ
            • ... Stefan via TortoiseSVN

Reply via email to