Changes between Initial Version and Version 1 of Ticket #8919
- Timestamp:
- May 18, 2011 9:39:22 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8919 – Description
initial v1 2 2 3 3 Simple description 4 4 {{{ 5 5 while(true) 6 6 { 7 7 "svn.exe list --username xy --password yx --depth immediates svn://subversion-server/" 8 9 8 "svn.exe list --username xy --password yx --depth immediates svn://subversion-server/A" 10 11 9 "svn.exe list --username xy --password yx --depth immediates svn://subversion-server/A/A1" 12 13 10 "svn.exe list --username xy --password yx --depth immediates svn://subversion-server/B" 14 11 ... 15 12 } 16 13 }}} 17 14 After a short time svn.exe blocked in the call "recv" 18 15 19 16 In wireshark I see the connection sequence and in the good case Subversion Server sends data to the client and in bad case nothing. 20 17 21 Test case with eBridge no problems.18 Test case with Bridge no problems.