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: - update - modify a file and commit - delete a file and commit - delete a directory and commit - add a directory and commit - show log - show repo-browser 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/… <https://stackoverflow.com/questions/24538591/error-the-server-sent-an-improper-http-response-on-commit-with-subversion-1-8> "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... -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/559bb954-009e-428e-ad48-dbd4922c108eo%40googlegroups.com.
