imeadmin@imeadmin:~/work/test$ svn co https://192.168.1.100/svn/mtk6735/trunk
Error validating server certificate for 'https://192.168.1.100:443':
- The certificate is not issued by a trusted authority. Use the
fingerprint to validate the certificate manually!
- The certificate hostname does not match.
Certificate information:
- Hostname: imesvn
- Valid: from May 12 09:58:55 2016 GMT until May 12 09:58:55 2017 GMT
- Issuer: SomeOrganizationalUnit, SomeOrganization, SomeCity, SomeState, --(root@imesvn)
- Fingerprint: D0:0A:BF:30:E0:2B:C6:5B:77:C2:84:AA:90:72:2D:72:76:44:52:28
(R)eject, accept (t)emporarily or accept (p)ermanently? p
Error validating server certificate for 'https://192.168.1.100:443':
- The certificate has an unknown error.
Certificate information:
- Hostname: 571458-tools1
- Valid: from Feb 28 23:57:35 2014 GMT until Feb 26 23:57:35 2024 GMT
- Issuer:
- Fingerprint: 55:3E:55:FD:4D:40:A4:1E:8A:1E:27:71:DD:D4:ED:8B:A3:9A:1D:EC
(R)eject or accept (t)emporarily? t
.......
.......
.......
Error validating server certificate for 'https://192.168.1.100:443':
- The certificate has an unknown error.
Certificate information:
- Hostname: 571458-tools1
- Valid: from Feb 28 23:57:35 2014 GMT until Feb 26 23:57:35 2024 GMT
- Issuer:
- Fingerprint: 55:3E:55:FD:4D:40:A4:1E:8A:1E:27:71:DD:D4:ED:8B:A3:9A:1D:EC
(R)eject or accept (t)emporarily? t
solution:
可能是 svn 版本太低了,升级一下 就可以。
----------------------------------------------
ubuntu 12.04 apt-get install subversion 默认是 --》1.6
安装1.8的方法如下:
#sudo apt-cache show subversion | grep '^Version:'
#sudo sh -c 'echo "deb http://opensource.wandisco.com/ubuntu precise svn18" >> /etc/apt/sources.list.d/subversion18.list'
#sudo wget -q http://opensource.wandisco.com/wandisco-debian.gpg -O- | sudo apt-key add -
#sudo apt-get update
#sudo apt-cache show subversion | grep '^Version:'
#sudo apt-get install subversion
分享到:
相关推荐
然而,当你遇到“fabric:error validating channel creation transaction for new channel ‘mychannel’”这样的错误时,这通常意味着在尝试创建名为“mychannel”的新通道时发生了问题。下面我们将深入分析这个...
安装k8s时需要用到flannel网络插件,有些下载地址有时打不开,这里备份一下。 yml内的镜像是quay.io/coreos/flannel:v0.12.0-amd64。 如果使用的是quay.io/coreos/flannel:v0.11.0-amd64,直接编辑yml全部替换即可。
### Oracle Real Application Clusters (RAC) on Oracle VM Server for SPARC 2.0 #### Introduction In the realm of enterprise computing, organizations are constantly seeking ways to reduce costs while ...
C#中的 Validating 和 Validated 事件 在 C# 中,Validating 和 Validated 事件是两个重要的事件,它们在控件的数据验证过程中扮演着关键角色。这些事件通常用于验证用户输入的数据,以确保输入的数据符合要求。 ...
HyperLedger Fabric网络平台部署需要一些特定的二进制文件,如cryptogen、configtxgen、configtxlator以及peer等。这些二进制文件用于辅助生成证书、密钥以及各项配置文件等。 可以直接参考并按照官方的具体步骤执行...
美食该如何制作?食品安全以什么为标准?...这么一份validating the safty of cooki...该文档为validating the safty of cooking procedures,是一份很不错的参考资料,具有较高参考价值,感兴趣的可以下载看看
Error: Got unexpected status: BAD_REQUEST -- Error authorizing update: Error validating DeltaSet: Policy for [Groups] /Channel/Application not satisfied: Failed to reach implicit threshold of 1 sub-...
Error: got unexpected status: BAD_REQUEST -- error authorizing update: error validating ReadSet: readset expected key [Group] /Channel/Application at version 0, but got version 1 等问题的解决
**rbtools** 是一款强大的命令行工具,专为Review Board平台设计,用于简化代码审查流程。它使得开发者能够在各种版本控制系统(如Git、SVN、Mercurial等)上便捷地提交、更新和推送代码审查请求。...
【描述】:本文件是关于验证下一代测序(Next-Generation Sequencing, NGS)生物信息学流程的标准和指南,由美国分子病理学会(Association for Molecular Pathology, AMP)和美国病理学家学院(College of American...
`validating`是一个流行的第三方包,它为Laravel提供了模型数据的自动验证功能,极大地简化了模型验证的流程。这个包通常通过引入一个trait(特性)来实现,使得在保存数据到数据库之前,模型能够自动进行验证。 ...
If you want a plugin that supports request customization for REST, WebSocket, Socket.IO, SignalR, SignalR Core, Server-Sent Events (and much more) out of the box, with regular updates and outstanding ...
8. **Error Handling and Logging**: Proper error handling and logging are crucial for diagnosing issues and preventing information leakage. The authors explain how to handle errors gracefully and log ...
JSF(JavaServer Faces)2.0作为Java EE平台的一部分,在Web应用程序开发中扮演着重要的角色。它提供了丰富的功能来简化用户界面的设计和实现过程。其中一项关键功能就是对用户输入进行验证,以确保数据的有效性和...
### 验证CC/PP与UAProf配置文件 #### 概述 《验证CC/PP与UAProf配置文件》一文由Charles Smith和Mark H. Butler撰写,主要探讨了如何确保CC/PP(Content Criteria/Preference Profiles)和UAProf(User Agent ...
5. **事件驱动编程**:在.NET中,表单验证通常是通过触发控件的特定事件来实现的,如TextChanged或Validating事件。CheckForm-for.NET可能提供了方便的事件处理机制,使得开发者可以轻松地绑定验证逻辑。 6. **UI...