Hello Team,
I have a Subversion repository and trying to find the diff of two different revisions. The changes between these two revisions are huge. (Although these are immediate revisions - 17320 and 17321)
When I do the diff, it runs the output for few seconds and then displaying below error:
svn: E175002: REPORT request on '/svn/repo_name/!svn/me' failed.
As the changes are huge we are getting the above error, this does not happen when the change is short. Another important observation is, this issue does not happen in Tortoise SVN version below 1.8. So, assuming for Subversion client with Neon library has no problem but with serf library this error occurs.
Analysis done:
- No connection drop was detected between Subversion server and TortoiseSVN Client
- TCPDumps are reviewed no issues observed
- Several TCP/IP related settings were updated on Windows but still issue persists.
- Tried changing the following token on svn client but no luck -- 'Timeout', 'http-max-connection', 'http-bulk-updates', 'http-compression'.
Any assistance on this error is greatly appreciated.
Thanks
Aravind