#8919 closed defect (fixed)
Subversion Client "svn.exe" is blocked in the NAT operation -> fixed in svn.
回報者: | VBox17 | 負責人: | |
---|---|---|---|
元件: | network/NAT | 版本: | VirtualBox 4.0.6 |
關鍵字: | 副本: | ||
Guest type: | Windows | Host type: | Windows |
描述 (由 作最後更新)
I browse the subversion repository directories and I repeat this sequence again and again.
Simple description
while(true) { "svn.exe list --username xy --password yx --depth immediates svn://subversion-server/" "svn.exe list --username xy --password yx --depth immediates svn://subversion-server/A" "svn.exe list --username xy --password yx --depth immediates svn://subversion-server/A/A1" "svn.exe list --username xy --password yx --depth immediates svn://subversion-server/B" ... }
After a short time svn.exe blocked in the call "recv"
In wireshark I see the connection sequence and in the good case Subversion Server sends data to the client and in bad case nothing.
Test case with Bridge no problems.
附加檔案 (3)
更動歷史 (6)
注意:
瀏覽 TracTickets
來幫助您使用待辦事項功能
Good Case