﻿id	summary	reporter	owner	description	type	status	component	version	resolution	keywords	cc	guest	host
8919	"Subversion Client ""svn.exe"" is blocked in the NAT operation -> fixed in svn."	VBox17		"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."	defect	closed	network/NAT	VirtualBox 4.0.6	fixed			Windows	Windows
