Any Throttling on SVN commands?

I’m trying to help Epic debug an issue with unreal engine’s SVN integration. At first glance it looks like it might be some sort of throttling so I thought I’d ask if you have anything like that enabled.

Their SVN module makes repeated calls like this with about 50 files in each call:

'svn status --show-updates --verbose --xml “f1” “f2” “...48 more files.....” --non-interactive --trust-server-cert --username ***** --password ********'

I’m not even sure if SVN Status needs to hit the back end or not – so please forgive me if this is a dumb question

Forum Topic Options

Feeds

Forum Topic and Comments

rs on Tue 17 Feb, 2015

Just for future reference: Subversion clients do not do any throttling at all.

We do throttle bandwidth (not number of calls made) on the server-side, but this would only be limited to free account holders.

 

You do not have sufficient permissions to comment