Hello,
My company just installed a VPN. It works, we can access our intranet SVN server but it is impossible to commit a new file.
Here is the error :
> svn commit -m "Sandbox test" .
Adding test.txt
Transmitting file data .svn: E120105: Commit failed (details follow):
svn: E120105: Error running context: The server sent an improper HTTP response
It occurs only when we commit a new file.
These following operations works well:
We tested on several computer or user, connecting from home or from mobile network. Results are the same. And all works fine without VPN (from company intranet).
We use TortoiseSVN v1.12.2 (i.e. Subversion v1.12.2) on Windows 10 and I just updated to TortoiseSVN v1.14.0 to test (no difference).
On the server side, SVN version is 1.8.19.
We checked that the firewall on the server side doesn't block messages. And I also tried to commit with my antivirus switched off, without success.
I also tried the method explained here : stackoverflow.com/questions/24538591/… "ON THE CLIENT MACHINE! Open %APPDATA%\Subversion\servers in a text editor and add the line http-bulk-updates = yes, save the file and see if it helps." without success. :'(
Feel free to share any idea...