TortoiseSVN - 从旧版本提交
现在,我正在 SourceForge 上处理一个项目。使用 SVN,在某个时刻检查最新版本会导致此错误:
REPORT of '/p/myproject/code-0/!svn/vcc/default':
Could not read chunk size: Secure connection truncated (https://svn.code.sf.net)
我检查了之前的版本,进行了一些更改,然后想要提交该更改,希望摆脱此错误。
唯一的问题是 Tortoise 不允许我签入从旧版本修改的任何内容,并坚持要求我必须先更新,由于上述错误,这是不可能的。我该如何解决这个问题?
Right now, I'm working with a project on SourceForge. Using SVN, checking out the latest revision results in this error at some point:
REPORT of '/p/myproject/code-0/!svn/vcc/default':
Could not read chunk size: Secure connection truncated (https://svn.code.sf.net)
I checked out the revision just before it, made some changes and then wanted to commit that in hopes of getting rid of this error.
The only problem is that Tortoise won't allow me to check in anything that's modified from an older revision and insist that I must update first, which isn't possible due to the above error. How do I get around this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
类似的问题的答案可以提供更多见解。一种可能的解决方案是签出新副本,手动复制所有更改的文件,然后提交。
Answers to similar SO question could provide more insight. One possible solution is to checkout fresh copy, manually copy there all changed files, and commit that.