Updating from svn repository returns “Could not read chunk size” error

前端 未结 13 658
北恋
北恋 2020-12-05 06:15

When updating from subversion repository using tortoise svn client I get error looking like that:

Could not read chunk size: An existing connection was forci         


        
13条回答
  •  一整个雨季
    2020-12-05 06:42

    I was getting this same error message on updates after I renamed a folder and committed. I created a new working directory and didn't receive the error. So, I just moved my changes to the new working directory, committed and blew away the old directory.

    So, this error seemed to be caused by my local directory getting corrupted.

提交回复
热议问题