The requirements are quite special
There are a batch of remote warehouses that need to be scanned and the diffs of them within a period of time are needed. It would be troublesome to clone them all and then check the diffs separately. Is there any way to directly svn diff -r 3000 like svn? :3500 http://svn.xxxx.com/xxx/xxx This is how to get the diff command directly without dragging the content down?
No, unless the other server provides this function (such as GitHub) or you can log in to the server to execute commands.
In addition, if you don’t clone it, how do you know the version hash to be compared?