Я впервые использую svn-блокировку.Я могу заблокировать и разблокировать файлы, но я получаю сообщение об ошибке, если я пытаюсь зафиксировать заблокированный файл:
$ svn lock report.docx
'report.docx' locked by user 'lorin'.
Edit, edit, edit...
$ svn st
M K report.docx
$ svn commit -m "Edited the introduction"
Sending myproject/report.docx
svn: Commit failed (details follow):
svn: CHECKOUT of '/reports/!svn/ver/6049/myproject/report.docx': Could not read status line: Secure connection truncated (https://www.example.com)
Если я разблокирую файл, я могу зафиксировать.