SVN资源库创建,搭建及成功检出
svn server 安装参考
https://www.cnblogs.com/magicalaicely/p/7920039.html
svn server 下载地址
https://www.visualsvn.com/downloads/
遇到的问题
1. 下载完成后创建了一个仓库,里面没有项目,使用SVN 检出项目时报错:
unable to connect to a repository at URL 不知道这样的主机
2. 然后用myeclipse team share project 遇到卡住不动的情况
关闭之后提示框
wizard can not be closed due to an active operation ,you must cancel the operation before you can close the wizard
向导无法关闭由于活动操作,必须先取消操作,然后才能关闭向导。
然后myeclipse 都无法关闭!!!
结束进程,关闭窗口都不管用,放大招 重启电脑!!
问题解决:
SVN 检出时使用IP 加端口的形式
https://192.168.0.111:443/svn/test/
由于目标计算机积极拒绝(这儿是我自己写错端口)
打开防火墙建立入站规则仍然不行,建立出站规则
accept the certificate perrmanently 永久接受证书
然后成功检出项目,总结一下,就是配置端口的时候,如果是选择的https 连接的是443 端口,http是80端口,如果ip选择错误的话就会出现卡死不动的情况。