Hi Community, I was making a svn checkout using a Subclipse's svnkit client adapter, which checkout was made completely. However, looking at the network traffic analysis, I am seeing that svnkit client is acknowledging to server about 4 reset (RST,ACK) connection packets when a use logs into the repository; and at the end (when svn checkout satisfactory completes), there is another RST,ACK packets.
I want to know why the client sends RST,ACK packets to clients Regards