When checking out a large repo, e.g. using the checkout with cforge button, it gets to this line then gives the message
svn: E175009: The XML response contains invalid XML svn: E130003: Malformed XML: no element found at line 1
Experimenting at mqttsparkplugb#48 with the below command in command prompt shows that the problem is the server times out after 30 seconds during the list generarion, and instead sends a TCP FIN ACK
svn list -R https://forge.codesys.com/svn/prj,mqttsparkplugb,code/
Question: is there a server side setting or client side setting to allow the svn list -R command on large repositories? Or if you like I or someone else could rewrite the script to be a bit more gentle?
Hi! I would be very pleased if someone has the muse to rewrite parts of the script. As far as I remember some design decisions were made because the script should run on windows and linux, as the idea was to use it also in the CI-Jobs. But this is no use case anymore.