Do you use apache for serving SVN via https? If this is the case you need to increase the server time out of apache. Don't know the directive right now, but it should be found easily in the docs. Similar to other web servers.
Regards Torge Am 10.11.2014 um 15:00 schrieb David Aldrich:
Hi I am using svn_load_dirs.pl to commit a large vendor library to our svn 1.8 repo. The client is svn v.1.7.9. The script fails when it attempts to commit the files: Transmitting file data ................svn: E175002: Commit failed (details follow): svn: E175002: PUT of '/subversion/<myrepo>/!svn/txr/27-r/trunk/<snip>': timed out waiting for server (https://<myipaddr>) <https://%3cmyipaddr%3e)/> As I said, this will be a large commit (i.e. a large number of files). Do I just need to increase a server or client timeout? If so, which parameters do I need to adjust? Best regards David