Opened 13 years ago
Last modified 13 years ago
#8919 closed defect
Subversion Client "svn.exe" is blocked in the NAT operation — at Version 1
| Reported by: | VBox17 | Owned by: | |
|---|---|---|---|
| Component: | network/NAT | Version: | VirtualBox 4.0.6 |
| Keywords: | Cc: | ||
| Guest type: | Windows | Host type: | Windows |
Description (last modified by )
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.
Note:
See TracTickets
for help on using tickets.


Good Case