Hello Team,
Our application is Eclipse RCP based application and recently we have found 1 issue with the SHOW HISTORY functionality from the SVN Repository
After connecting to the repository from SVNKIT , when we try to fetch Show History for any of the directory it is showing us Show History(32% completed and History view is also loaded but data loading shows as Pending)
After approximate one hours we get the below pop up saying
Get log messages for '<svn_url>'
**svn:E175002:timed out waiting for server **
svn:E175002:REPORT request failed on '<directory_path>'
The same functionality we tried from the Tortoise SVN and CMD Prompt there there is no issue fetching the data , only when we try to see history from SVNKIT we get this error.
Next we tried for different repositories but the issue exists only for this repository and another repository.
These 2 repositories are created from PARENT repository from a particular revision where there is no such issue in the PARENT repository
We would like to understand if anyone has faced the similar issue in past. If YES could you please give your inputs on how to overcome and what caused this issue suddenly?