码迷,mamicode.com
首页 > 其他好文 > 详细

SVN问题集合

时间:2020-03-03 15:11:34      阅读:82      评论:0      收藏:0      [点我收藏+]

标签:电脑   svn服务器   tle   ssl cert   cli   ane   command   lin   targe   

技术图片

SVN安装完成后没有svn.exe的问题

  • 在安装的SVN的时候,有时候会出现安装完之后,没有svn.exe的问题,解决该问题的办法是在安装的时候选择安装command line client tools技术图片
  • 打开小三角然后选择里面的Will be installed on local hard drive技术图片

IDE 大专栏  SVN问题集合A中SVN报错E230001Server SSL certificate verification failedcertificate issue

  • 首先执行cmd命令

    1
    svn ls http://xxxx
  • 其中http://xxx指的是svn服务器的地址

  • 然后会显示(R)eject, accept (t)emporarily or accept (p)ermanently?,这个时候输入p

  • 执行完成后会出现让输入Administrator的密码,直接输入电脑的Administrator的密码,如果没有密码,直接回车即可

  • 然后根据提示输入svn的账号和密码

  • 最后就可以直接在IDEA中进行checkout操作了
技术图片

SVN问题集合

标签:电脑   svn服务器   tle   ssl cert   cli   ane   command   lin   targe   

原文地址:https://www.cnblogs.com/lijianming180/p/12402114.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!