简体   繁体   中英

SVN update resulting in “RA layer request failed” and “SSL handshake failed: Secure connection truncated”

Occasionally, when I try to do a standard Update to HEAD using Subclipse 1.6 on MyEclipse 9.0, I get the following error:

RA layer request failed
svn: OPTIONS of 'https://svn.example.com/myrepo/myproj/trunk': SSL handshake failed: Secure connection truncated (https://svn.example.com)

For the majority of attempts, updating works just fine. I'm not sure what the failed attempts have in common, though I suspect that they're the ones that contain more changes and therefore take longer to complete.

In the past, when I've gotten this error, I've just run the update again. I've never gotten it on consecutive updates.

What does this error mean, and how can I prevent it from occurring again?

您可能只是失去了与SVN服务器的连接。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM